Skip to content

Commit

Permalink
ci: 🛂 give write permission to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jul 2, 2024
1 parent 714f2d3 commit e00c25f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- reopened
- opened

permissions:
pull-requests: write

jobs:
add-to-project:
name: Add to project
Expand All @@ -30,6 +33,6 @@ jobs:
env:
AUTHOR: ${{ github.event.pull_request.user.login }}
PR: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.ADD_TO_BOARD }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit e00c25f

Please sign in to comment.