Skip to content

Commit e5d4f8c

Browse files
committed
added the key in env
1 parent b3ad69d commit e5d4f8c

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
@@ -41,6 +41,7 @@ jobs:
4141
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}
4242
DISCORD_APPLICATION_ID: ${{secrets.DISCORD_APPLICATION_ID}}
4343
DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}}
44+
AWS_READ_ACCESS_GROUP_ID: ${{secrets.AWS_READ_ACCESS_GROUP_ID}}
4445
Deploy-to-Cloudflare:
4546
needs: [Register-Commands]
4647
runs-on: ubuntu-latest

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

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

0 commit comments

Comments
 (0)