Skip to content

Commit a26b455

Browse files
committed
fixes credentials
1 parent e52436d commit a26b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly_clone_stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Fetch Clone Stats
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
2424
run: |
2525
REPO="${{ github.repository }}"
2626
curl -L \

0 commit comments

Comments
 (0)