We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9513216 commit 1422855Copy full SHA for 1422855
2 files changed
.github/workflows/build-preview.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build site
30
run: pnpm --filter docs build
31
env:
32
- GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
33
34
- name: Upload build artifact
35
uses: actions/upload-artifact@v4
.github/workflows/deploy-prod.yml
@@ -31,7 +31,7 @@ jobs:
36
- name: Deploy to Cloudflare Pages
37
uses: AdrianGonz97/refined-cf-pages-action@v1
0 commit comments