We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61548e8 commit 0ddee22Copy full SHA for 0ddee22
.github/workflows/go.yml
@@ -29,6 +29,14 @@ jobs:
29
30
- name: Test
31
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
+
40
41
deploy:
42
# Only run this job if the push was to the main branch (not on PRs)
0 commit comments