Skip to content

Commit 04d5860

Browse files
authored
Update go.yml
1 parent 6b2ec53 commit 04d5860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
TEST_CLIENT_ID: ${{ secrets.TEST_CLIENT_ID }}
3535
TEST_CLIENT_SECRET: ${{ secrets.TEST_CLIENT_SECRET }}
36-
API_URL: https://api.twitch.tv/helix
36+
TWITCH_API_URL: https://api.twitch.tv/helix
3737
EVENTSUB_ENDPOINT: /eventsub
3838
run: go test -timeout 30s -v ./...
3939

0 commit comments

Comments
 (0)