Skip to content

Commit e63fa6d

Browse files
authored
add all env to deploy to cloud fare job to resolve error in action logs
1 parent c4d6eed commit e63fa6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
IDENTITY_SERVICE_PUBLIC_KEY
6464
env:
6565
CURRENT_ENVIRONMENT: staging
66+
CLOUDFLARE_ACCOUNT_ID: ${{secrets.CLOUDFLARE_ACCOUNT_ID}}
6667
CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_API_TOKEN}}
68+
DISCORD_APPLICATION_ID: ${{secrets.DISCORD_APPLICATION_ID}}
6769
DISCORD_PUBLIC_KEY: ${{secrets.DISCORD_PUBLIC_KEY}}
6870
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}
6971
BOT_PRIVATE_KEY: ${{secrets.BOT_PRIVATE_KEY}}

0 commit comments

Comments
 (0)