Skip to content

Commit f9128d8

Browse files
committed
e
1 parent 2ef13fd commit f9128d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
DISCORD_PUBLIC_KEY=${{ secrets.BETA_DISCORD_PUBLIC_KEY }}
2424
DISCORD_BOT_TOKEN=${{ secrets.BETA_DISCORD_BOT_TOKEN }}
2525
env:
26-
ENVIRONMENT: "beta"
26+
ENVIRONMENT: beta

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
DISCORD_PUBLIC_KEY=${{ secrets.DISCORD_PUBLIC_KEY }}
2424
DISCORD_BOT_TOKEN=${{ secrets.DISCORD_BOT_TOKEN }}
2525
env:
26-
ENVIRONMENT: "production"
26+
ENVIRONMENT: production

0 commit comments

Comments
 (0)