Skip to content

Commit b0d8082

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- 'users.conf'
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
release:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)