Skip to content

Commit

Permalink
fix: give release-please-action write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Oct 20, 2022
1 parent 62755f3 commit 6dc4514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please
jobs:
release-please:
Expand Down

0 comments on commit 6dc4514

Please sign in to comment.