We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222e535 commit d7c7d8eCopy full SHA for d7c7d8e
.github/workflows/pages.yml
@@ -38,6 +38,8 @@ jobs:
38
run: |
39
npm i
40
- name: Build
41
+ env:
42
+ GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
run: cargo make build
44
- name: Upload artifact
45
uses: actions/upload-artifact@v4
.github/workflows/pr-preview.yml
@@ -70,6 +70,8 @@ jobs:
70
71
72
73
74
75
76
77
- name: Deploy
0 commit comments