Skip to content

Commit

Permalink
fix(release): grant packages:write permissions to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarstecki committed Apr 4, 2023
1 parent 145cb0c commit b34d647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
pull-requests: write
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
Expand Down

0 comments on commit b34d647

Please sign in to comment.