Skip to content

Commit

Permalink
chore: Fix permissions required by release-please (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock authored Feb 5, 2024
1 parent 34b6dcc commit 7563638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write # Needed to tag repo and create releases
pull-requests: write # Needed to add comments to pull requests on release
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down

0 comments on commit 7563638

Please sign in to comment.