Skip to content

Commit 749e80a

Browse files
authored
Merge pull request #4 from allozaur/fix/gh-actions-secrets
fix: Secrets setup
2 parents b84b8b1 + 0994262 commit 749e80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apps-web-deployment-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: Publish to Cloudflare Pages
194194
uses: cloudflare/pages-action@v1
195195
with:
196-
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
196+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
197197
apiToken: ${{ secrets.CLOUDFLARE_PAGES_ACCESS_TOKEN }}
198198
projectName: memvo
199199
directory: apps/web/.svelte-kit/cloudflare

0 commit comments

Comments
 (0)