Skip to content

Commit 329e4b9

Browse files
committed
Action Debug: Add permissions for contents and packages in CI workflow
1 parent 4f889b3 commit 329e4b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
build-and-release:
1212
runs-on: windows-latest
1313

14+
permissions:
15+
contents: write
16+
packages: write
17+
1418
steps:
1519
- name: Checkout code
1620
uses: actions/checkout@v4

0 commit comments

Comments
 (0)