Skip to content

Commit 81cd1fd

Browse files
Potential fix for code scanning alert no. 7: 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 0ccfd28 commit 81cd1fd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-beta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish beta NuGet package
22
on:
33
workflow_dispatch:
4-
4+
permissions:
5+
contents: read
6+
packages: write
57
jobs:
68
check:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)