Skip to content

Commit 03da97f

Browse files
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#27)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 389ae82 commit 03da97f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
913
jobs:
1014
release:
1115
uses: openkcm/build/.github/workflows/release.lib.yaml@main

0 commit comments

Comments
 (0)