Skip to content

Commit be708d0

Browse files
committed
add github token
1 parent 45b0847 commit be708d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-milestone-badge.yml

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

2424
- name: Fetch nearest milestone and generate badge
2525
env:
26-
GH_TOKEN: ${{ github.token }}
26+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: |
2828
# Get the nearest open milestone sorted by due date
2929
MILESTONE=$(gh api repos/${{ github.repository }}/milestones \

0 commit comments

Comments
 (0)