Skip to content

Commit

Permalink
ci: Add write permissions to release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
KHajji authored May 8, 2023
1 parent fff6e43 commit 37b2b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches: main
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
bump-version:
name: Release version
Expand Down

0 comments on commit 37b2b1c

Please sign in to comment.