My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): add cf account id

+1
+1
.github/workflows/build-deploy.yaml
··· 51 51 - uses: cloudflare/wrangler-action@v3 52 52 with: 53 53 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 54 + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} 54 55 command: pages deploy ./build/client 55 56 gitHubToken: ${{ secrets.GITHUB_TOKEN }}