Skip to content

Commit dc0fca1

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ed9b829 commit dc0fca1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/module-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Module Release
22
run-name: Module Release for ${{ inputs.module || github.event.inputs.module }} - ${{ inputs.releaseType || github.event.inputs.releaseType }}
3-
3+
permissions:
4+
contents: write
5+
pull-requests: read
6+
issues: read
7+
packages: read
48
on:
59
workflow_dispatch:
610
inputs:

0 commit comments

Comments
 (0)