Skip to content

Commit 4c4b6f9

Browse files
committed
added env variables to deploy.yml
1 parent 4b09ee6 commit 4c4b6f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ on:
55
- main
66
jobs:
77
setup-build-publish-deploy:
8+
environment:
9+
name: Deployment
810
name: Setup, Build, Publish, and Deploy
911
runs-on: ubuntu-latest
12+
env:
13+
TOKEN: ${{ secrets.TOKEN }}
14+
TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }}
15+
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
16+
TWITCH_CLIENT_SECRET: ${{ secrets.TWITCH_CLIENT_SECRET }}
17+
1018
steps:
1119
- name: Checkout
1220
uses: actions/checkout@master

0 commit comments

Comments
 (0)