Add DISCORD_TOKEN var to tests and makefile
Some checks failed
DRB Build Tests / build (push) Failing after 12s
DRB Build Tests / drb_build_and_test (push) Failing after 59s

This commit is contained in:
Logan Cusano
2024-04-28 05:00:10 -04:00
parent 12441c5c6d
commit 38cb1054e0
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ env:
MONGO_INITDB_DATABASE: drb
SERVER_PORT: 3000
MONGO_URL: "mongodb://mongodb:27017/drb"
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }}
TEST_CLIENT_TOKEN: ${{ secrets.TEST_CLIENT_TOKEN }}
TEST_CHANNEL_ID: ${{ secrets.TEST_CHANNEL_ID }}