add env variables in workflow

This commit is contained in:
MapleLeaf
2021-12-08 14:19:17 -06:00
parent 57d55fe58f
commit 9916c37b2b

View File

@@ -7,6 +7,11 @@ on:
branches: [main]
workflow_dispatch:
env:
TEST_BOT_TOKEN: ${{ secrets.TEST_BOT_TOKEN }}
TEST_CHANNEL_ID: ${{ secrets.TEST_CHANNEL_ID }}
TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }}
jobs:
the:
runs-on: ubuntu-latest