Skip to content

Commit

Permalink
ci: add GH token
Browse files Browse the repository at this point in the history
This fixes a bug introduced in e6cef09
  • Loading branch information
barmac committed Dec 2, 2024
1 parent ce70634 commit aaf2862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CREATE_MILESTONE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
id: check_if_milestone_exists
env:
TITLE: ${{steps.get_title.outputs.MILESTONE_NAME}}
GH_TOKEN: ${{ github.token }}
run: |
existing_milestones=$(
gh api -H "Accept: application/vnd.github.v3+json" \
Expand Down

0 comments on commit aaf2862

Please sign in to comment.