Skip to content

Commit 65a3cf5

Browse files
committed
Fix workflows
1 parent 460cb9b commit 65a3cf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ jobs:
189189
--branch=${{ github.event.workflow_run.head_branch }} \
190190
--commit-hash=${{ github.event.workflow_run.head_commit }}
191191
env:
192-
CLOUDFLARE_ACCOUNT_ID=${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
193-
CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }}
192+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
193+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflows/deploy-preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
--branch=${{ github.event.workflow_run.head_branch }} \
121121
--commit-hash=${{ github.event.workflow_run.head_commit }}
122122
env:
123-
CLOUDFLARE_ACCOUNT_ID=${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
124-
CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }}
123+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
124+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
125125

126126
PostComment:
127127
name: Post Preview URL as comment to PR

0 commit comments

Comments
 (0)