From 86b0c02b9bfe89ede92fce43b68bbdc090b9808a Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 22 Mar 2025 17:37:53 -0400 Subject: [PATCH] Updated token secret --- .github/workflows/rust-ubuntu-latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-ubuntu-latest.yml b/.github/workflows/rust-ubuntu-latest.yml index 88b1479..950b9b3 100644 --- a/.github/workflows/rust-ubuntu-latest.yml +++ b/.github/workflows/rust-ubuntu-latest.yml @@ -20,7 +20,7 @@ jobs: run: rustup install 1.85.0 && rustup default 1.85.0 - name: Debug secret - run: echo "${{ secrets.GITLAB_TOKEN }}" | head -c 10 ; echo "..." + run: echo "${{ secrets.MYREPO_TOKEN }}" | head -c 10 ; echo "..." - name: Build run: | @@ -32,7 +32,7 @@ jobs: ssh-add -v ~/.ssh/gitlab_deploy_key cargo build --release env: - EXTREPO_KEY: ${{ secrets.GITLAB_TOKEN }} + EXTREPO_KEY: ${{ secrets.MYREPO_TOKEN }} - name: Run tests run: cargo test --verbose \ No newline at end of file -- 2.47.3