Skip to content

Commit 2d17437

Browse files
committed
ci: Add placeholder env vars
1 parent a55fe4a commit 2d17437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
node-env: ["development", "production"]
1010
env:
1111
NODE_ENV: ${{ matrix.node-env }}
12+
DISCORD_TOKEN: "abcd"
13+
GUILD_ID: 1234
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@v4

0 commit comments

Comments
 (0)