Skip to content

Commit

Permalink
Add env vars to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LostQuasar committed Jun 12, 2024
1 parent cf7ba71 commit 78e95c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
run: cargo build --verbose
- 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 }}

0 comments on commit 78e95c0

Please sign in to comment.