From fd893db31e1a419bcb29abea9ed6ef6399eef05d Mon Sep 17 00:00:00 2001 From: DashDeipayan Date: Fri, 12 May 2023 22:45:04 +0530 Subject: [PATCH 1/2] updated yaml for gh actions --- .github/workflows/register-commands-production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/register-commands-production.yaml b/.github/workflows/register-commands-production.yaml index 648176db..9c5de0ef 100644 --- a/.github/workflows/register-commands-production.yaml +++ b/.github/workflows/register-commands-production.yaml @@ -31,6 +31,7 @@ jobs: DISCORD_GUILD_ID CURRENT_ENVIRONMENT BOT_PRIVATE_KEY + RDS_SERVERLESS_PUBLIC_KEY env: CURRENT_ENVIRONMENT: production CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_API_TOKEN}} @@ -38,3 +39,4 @@ jobs: DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}} BOT_PRIVATE_KEY: ${{secrets.BOT_PRIVATE_KEY}} DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}} + RDS_SERVERLESS_PUBLIC_KEY: ${{secrets.RDS_SERVERLESS_PUBLIC_KEY}} From fa7cc7f4260f313508ca8eea8f079ea947fb0208 Mon Sep 17 00:00:00 2001 From: DashDeipayan Date: Sat, 13 May 2023 22:32:09 +0530 Subject: [PATCH 2/2] updated actions for staging --- .github/workflows/register-commands-staging.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/register-commands-staging.yaml b/.github/workflows/register-commands-staging.yaml index 876c86c3..37cc2250 100644 --- a/.github/workflows/register-commands-staging.yaml +++ b/.github/workflows/register-commands-staging.yaml @@ -31,6 +31,7 @@ jobs: DISCORD_GUILD_ID CURRENT_ENVIRONMENT BOT_PRIVATE_KEY + RDS_SERVERLESS_PUBLIC_KEY env: CURRENT_ENVIRONMENT: staging CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_API_TOKEN}} @@ -38,3 +39,4 @@ jobs: DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}} BOT_PRIVATE_KEY: ${{secrets.BOT_PRIVATE_KEY}} DISCORD_GUILD_ID: ${{secrets.DISCORD_GUILD_ID}} + RDS_SERVERLESS_PUBLIC_KEY: ${{secrets.RDS_SERVERLESS_PUBLIC_KEY}}