Skip to content

Commit 0aef740

Browse files
authored
added the key in env (#292)
* added the key in env * format-fix
1 parent 54b810e commit 0aef740

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}
4343
DISCORD_APPLICATION_ID: ${{secrets.DISCORD_APPLICATION_ID}}
4444
DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}}
45+
AWS_READ_ACCESS_GROUP_ID: ${{secrets.AWS_READ_ACCESS_GROUP_ID}}
4546
Deploy-to-Cloudflare:
4647
needs: [Register-Commands]
4748
runs-on: ubuntu-latest

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}
4343
DISCORD_APPLICATION_ID: ${{secrets.DISCORD_APPLICATION_ID}}
4444
DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}}
45+
AWS_READ_ACCESS_GROUP_ID: ${{secrets.AWS_READ_ACCESS_GROUP_ID}}
4546
Deploy-to-Cloudflare:
4647
needs: [Register-Commands]
4748
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)