Skip to content

Commit

Permalink
ci: action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioriol committed Oct 27, 2024
1 parent 323adf9 commit 79c5d2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
branches:
- main
name: release-please

# Add permissions block at the workflow level
permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 79c5d2a

Please sign in to comment.