Skip to content

Commit

Permalink
build: grant permissions to release-please action
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ching <chingor@google.com>
  • Loading branch information
chingor13 authored Mar 5, 2025
1 parent 5792afc commit b1d7d05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
name: release-please
env:
ACTION_NAME: release-please-action
Expand Down

0 comments on commit b1d7d05

Please sign in to comment.