Skip to content

Commit 1bfac5e

Browse files
committed
Fix clone-count workflow push permission (use SECRET_TOKEN)
GITHUB_TOKEN lacks write permission for github-actions[bot]. Use the classic PAT (SECRET_TOKEN) which has repo scope.
1 parent 7a2b051 commit 1bfac5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clone-count.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
- name: Push changes
9797
uses: ad-m/github-push-action@master
9898
with:
99-
github_token: ${{ secrets.GITHUB_TOKEN }}
99+
github_token: ${{ secrets.SECRET_TOKEN }}

0 commit comments

Comments
 (0)