Skip to content

Commit 1f433e0

Browse files
committed
Fix GitHub build permission issue
Signed-off-by: applenick <[email protected]>
1 parent 8cef341 commit 1f433e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
13+
packages: write
1314
steps:
1415
- name: checkout
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)