Skip to content

Commit

Permalink
set GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlbw committed Jun 6, 2024
1 parent 5639ad1 commit 7047cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
OWNER: ${{ github.repository_owner }}
REPO_NAME: ${{ github.event.repository.name }}
PR_ID: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ github.token }}
run: |
labels="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PR_ID --jq '.labels.[].name')"
echo $labels
Expand Down

0 comments on commit 7047cde

Please sign in to comment.