Skip to content

Commit 0ddee22

Browse files
authored
Update go.yml
1 parent 61548e8 commit 0ddee22

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/go.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929

3030
- name: Test
3131
run: go test -v ./...
32+
env:
33+
test_guild_id: ${{secrets.test_guild_id}}
34+
test_channel_id: ${{secrets.test_channel_id}}
35+
api_key: ${{secrets.api_key}}
36+
youtube_api_key: ${{secrets.youtube_api_key}}
37+
news_api_key: ${{secrets.news_api_key}}
38+
discord_bot_token: ${{secretes.discord_bot_token}}
39+
3240

3341
deploy:
3442
# Only run this job if the push was to the main branch (not on PRs)

0 commit comments

Comments
 (0)