Skip to content

Commit 35965f0

Browse files
New release!
1 parent 15c4915 commit 35965f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/leaderboard.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: 'Checkout Traffic'
1818
uses: actions/checkout@v4
19+
with:
20+
token: ${{ secrets.GH_TOKEN }}
1921
- name: 'Update Traffic'
2022
run: bash scripts/generate-leaderboard.sh
2123
env:
@@ -28,4 +30,4 @@ jobs:
2830
commit_user_name: "github-actions[bot]"
2931
commit_user_email: "github-actions[bot]@users.noreply.github.com"
3032
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
31-
token: ${{ secrets.GH_TOKEN }}
33+

0 commit comments

Comments
 (0)