Skip to content

Commit 79d4f26

Browse files
authored
add CURRENT_ENVIRONMENT to github actions
1 parent 17ba234 commit 79d4f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/register-commands-staging.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- run: npm install
1515
- run: npm run env-var-check
1616
env:
17+
CURRENT_ENVIRONMENT: staging
1718
DISCORD_APPLICATION_ID: ${{secrets.DISCORD_APPLICATION_ID}}
1819
DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}}
1920
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}

0 commit comments

Comments
 (0)