Skip to content

Commit

Permalink
move permissions to job
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Dec 22, 2023
1 parent 58324be commit 5e87388
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v4
with:
Expand Down

0 comments on commit 5e87388

Please sign in to comment.