Skip to content

Commit 9ccb5c9

Browse files
Merge pull request #46 from Real-Dev-Squad/add-addount-id
add account-id
2 parents 1c89818 + 10125b8 commit 9ccb5c9

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
@@ -24,6 +24,7 @@ jobs:
2424
- uses: cloudflare/[email protected]
2525
with:
2626
apiToken: ${{secrets.CLOUDFLARE_API_TOKEN}}
27+
accountId: ${{secrets.CLOUDFLARE_ACCOUNT_ID}}
2728
secrets: |
2829
DISCORD_PUBLIC_KEY
2930
DISCORD_TOKEN

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: cloudflare/[email protected]
2525
with:
2626
apiToken: ${{secrets.CLOUDFLARE_API_TOKEN}}
27+
accountId: ${{secrets.CLOUDFLARE_ACCOUNT_ID}}
2728
secrets: |
2829
DISCORD_PUBLIC_KEY
2930
DISCORD_TOKEN

0 commit comments

Comments
 (0)