We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4aeecb commit c9f70bdCopy full SHA for c9f70bd
.github/workflows/release-please.yml
@@ -11,6 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
outputs:
13
release_created: ${{ steps.release.outputs.release_created }}
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
steps:
18
- name: Harden Runner
19
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
0 commit comments