Skip to content

Commit b14e08e

Browse files
committed
ci: use token for stargazer history
1 parent 35b11bf commit b14e08e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update-star-history.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
permissions:
1010
contents: write
11-
metadata: read
1211

1312
concurrency:
1413
group: update-star-history
@@ -24,7 +23,7 @@ jobs:
2423

2524
- name: Collect stargazer history
2625
env:
27-
GH_TOKEN: ${{ github.token }}
26+
GH_TOKEN: ${{ secrets.STARGAZER_GH_TOKEN }}
2827
run: |
2928
set -euo pipefail
3029
gh api --paginate --slurp \

0 commit comments

Comments
 (0)