Skip to content

Commit c007c68

Browse files
committed
build: add missing permissions
1 parent e96905e commit c007c68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88
jobs:
99
build-and-release:
1010
runs-on: windows-latest
11-
11+
permissions:
12+
contents: write
13+
packages: write
14+
1215
steps:
1316
- name: Checkout repository
1417
uses: actions/checkout@v4

0 commit comments

Comments
 (0)