We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9b829 commit 3019677Copy full SHA for 3019677
1 file changed
.github/workflows/module-release.yml
@@ -1,6 +1,10 @@
1
name: Module Release
2
run-name: Module Release for ${{ inputs.module || github.event.inputs.module }} - ${{ inputs.releaseType || github.event.inputs.releaseType }}
3
-
+permissions:
4
+ contents: write
5
+ pull-requests: read
6
+ issues: read
7
+ packages: read
8
on:
9
workflow_dispatch:
10
inputs:
0 commit comments