We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348d851 commit 73c882bCopy full SHA for 73c882b
1 file changed
.github/workflows/create-draft-release.yml
@@ -26,6 +26,7 @@ on:
26
jobs:
27
validate-input:
28
runs-on: ubuntu-latest
29
+ permissions: {}
30
steps:
31
- name: Validate Acknowledgement
32
if: ${{ github.event.inputs.acknowledge_draft != 'Yes' }}
@@ -41,7 +42,8 @@ jobs:
41
42
create-draft-release:
43
44
needs: validate-input
-
45
+ permissions:
46
+ contents: write
47
48
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
- name: Fetch Latest Release
0 commit comments