Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LostQuasar committed Jun 12, 2024
1 parent 8ba1b20 commit c134231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Run tests
run: cargo test --verbose
env:
OPENSHOCK_TOKEN: ${{ secrets.OPENSHOCK_TOKEN }}
SHOCKER_TEST_ID: ${{ secrets.SHOCKER_TEST_ID }}
USER_TEST_ID: ${{ secrets.USER_TEST_ID }}
OPENSHOCK_TOKEN: ${{ env.OPENSHOCK_TOKEN }}
SHOCKER_TEST_ID: ${{ env.SHOCKER_TEST_ID }}
USER_TEST_ID: ${{ env.USER_TEST_ID }}

0 comments on commit c134231

Please sign in to comment.