Skip to content

Commit

Permalink
Fixes insufficient permission to add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Feb 24, 2024
1 parent 3163378 commit 81e2baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
name: Post build
runs-on: ubuntu-latest
needs: [build-windows, build-linux, build-mac]
permissions:
pull-requests: write
steps:
- name: Install Python modules
run: pip install PyGithub
Expand Down

0 comments on commit 81e2baa

Please sign in to comment.