Skip to content

Commit d7c7d8e

Browse files
committed
ci: set github api to generate contributors page
1 parent 222e535 commit d7c7d8e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: |
3939
npm i
4040
- name: Build
41+
env:
42+
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4143
run: cargo make build
4244
- name: Upload artifact
4345
uses: actions/upload-artifact@v4

.github/workflows/pr-preview.yml

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
run: |
7171
npm i
7272
- name: Build
73+
env:
74+
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7375
run: cargo make build
7476

7577
- name: Deploy

0 commit comments

Comments
 (0)