Merge pull request #35 from kdeng00/update_action_variable

Updated token secret
This commit was merged in pull request #35.
This commit is contained in:
KD
2025-03-22 17:38:48 -04:00
committed by GitHub
+2 -2
View File
@@ -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