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:
@@ -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
|
||||
Reference in New Issue
Block a user