Skip to content

Commit

Permalink
add twitch credentials in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Aug 10, 2024
1 parent d0c33b4 commit 28e7d30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
run: go mod download

- name: Run Tests
env:
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
TWITCH_CLIENT_SECRET: ${{ secrets.TWITCH_CLIENT_SECRET }}
run: make test

0 comments on commit 28e7d30

Please sign in to comment.