Skip to content

Commit

Permalink
chore: explicitly define release please permissions (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas authored Sep 4, 2024
1 parent b4aeecb commit c9f70bd
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 @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
permissions:
contents: write
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
Expand Down

0 comments on commit c9f70bd

Please sign in to comment.