Skip to content

Commit

Permalink
Add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 17, 2024
1 parent a334db6 commit c73b1d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions: {}
steps:
- name: Remove label
run: gh pr edit "${PR:?}" --remove-label "blocked"
env:
GH_TOKEN: ${{ github.token }}
PR: ${{ github.event.number }}
run: gh pr edit "${PR:?}" --remove-label "blocked"

0 comments on commit c73b1d1

Please sign in to comment.