Skip to content

Commit f1df926

Browse files
Fix for code scanning alert no. 2: Workflow does not contain permissions (#49)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ab9274f commit f1df926

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Release
22

33
on: workflow_dispatch
44

5+
permissions:
6+
contents: read
7+
packages: write
8+
59
env:
610
NuGetDirectory: ${{ github.workspace}}/nuget
711

0 commit comments

Comments
 (0)