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 c511b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
env:
BUNGEE_API_KEY: ${{ secrets.BUNGEE_API_KEY }}

0 comments on commit c511b07

Please sign in to comment.