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