Skip to content

Commit

Permalink
fix: Add BUNGEE_API_KEY in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdubey521 committed Jun 13, 2024
1 parent c760b25 commit 6d59779
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
env:
BUNGEE_API_KEY: ${{ secrets.BUNGEE_API_KEY }}
environment: Testing

0 comments on commit 6d59779

Please sign in to comment.