We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b0847 commit be708d0Copy full SHA for be708d0
1 file changed
.github/workflows/update-milestone-badge.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Fetch nearest milestone and generate badge
25
env:
26
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
# Get the nearest open milestone sorted by due date
29
MILESTONE=$(gh api repos/${{ github.repository }}/milestones \
0 commit comments