Skip to content

Commit

Permalink
ci: set correct workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Mar 12, 2024
1 parent 3308590 commit 10a4137
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: philips-software/app-token-action@9f5d57062c9f2beaffafaa9a34f66f824ead63a9 # v2.0.0
id: token
Expand Down

0 comments on commit 10a4137

Please sign in to comment.