Skip to content

Commit 0ccfd28

Browse files
Potential fix for code scanning alert no. 8: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Alex Wichmann <VisualBean@users.noreply.github.com>
1 parent 8511d67 commit 0ccfd28

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Publish NuGet package
22
on:
33
workflow_dispatch:
44

5+
permissions:
6+
contents: read
7+
packages: write
8+
59
jobs:
610
prereleaseCheck:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)