diff --git a/.github/workflows/register-commands-production.yaml b/.github/workflows/register-commands-production.yaml index 02f8005..d5b6449 100644 --- a/.github/workflows/register-commands-production.yaml +++ b/.github/workflows/register-commands-production.yaml @@ -42,6 +42,7 @@ jobs: DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}} DISCORD_APPLICATION_ID: ${{secrets.DISCORD_APPLICATION_ID}} DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}} + AWS_READ_ACCESS_GROUP_ID: ${{secrets.AWS_READ_ACCESS_GROUP_ID}} Deploy-to-Cloudflare: needs: [Register-Commands] runs-on: ubuntu-latest diff --git a/.github/workflows/register-commands-staging.yaml b/.github/workflows/register-commands-staging.yaml index 95ce990..5954570 100644 --- a/.github/workflows/register-commands-staging.yaml +++ b/.github/workflows/register-commands-staging.yaml @@ -42,6 +42,7 @@ jobs: DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}} DISCORD_APPLICATION_ID: ${{secrets.DISCORD_APPLICATION_ID}} DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}} + AWS_READ_ACCESS_GROUP_ID: ${{secrets.AWS_READ_ACCESS_GROUP_ID}} Deploy-to-Cloudflare: needs: [Register-Commands] runs-on: ubuntu-latest