Skip to content

Commit 13b84cc

Browse files
committed
Add accountId input back to deploy-docs.yml for Cloudflare wrangler-action@v3
1 parent 8d66900 commit 13b84cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
uses: cloudflare/wrangler-action@v3
4545
with:
4646
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
47+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4748
command: pages deploy packages/docs/.vitepress/dist --project-name=vue3-apollo-docs

0 commit comments

Comments
 (0)