diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29fcb6ce4..159b4f247 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,4 +12,6 @@ jobs: - name: Cache dependencies run: deno cache mod.ts - name: Run test script - run: deno test -A \ No newline at end of file + run: deno test -A + env: + DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }} \ No newline at end of file