Skip to content

Commit

Permalink
Set GH token as an env var for the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Jan 11, 2024
1 parent b800601 commit c8ce86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Get PR labels
id: pr-labels
env:
GH_TOKEN: ${{ github.token }}
PR_NUMBER: ${{ github.event.number }}
run: |
RESPONSE=$(gh pr view ${PR_NUMBER} --json labels)
Expand Down

0 comments on commit c8ce86b

Please sign in to comment.