We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c4915 commit 35965f0Copy full SHA for 35965f0
.github/workflows/leaderboard.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: 'Checkout Traffic'
18
uses: actions/checkout@v4
19
+ with:
20
+ token: ${{ secrets.GH_TOKEN }}
21
- name: 'Update Traffic'
22
run: bash scripts/generate-leaderboard.sh
23
env:
@@ -28,4 +30,4 @@ jobs:
28
30
commit_user_name: "github-actions[bot]"
29
31
commit_user_email: "github-actions[bot]@users.noreply.github.com"
32
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
- token: ${{ secrets.GH_TOKEN }}
33
+
0 commit comments