Skip to content

Commit dafc1ec

Browse files
committed
.github: adjust perms to fix 403 for ncipollo/release-action
Should fix "Error 403: Resource not accessible by integration" Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 448dab0 commit dafc1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
permissions:
7575
packages: write
76-
contents: read
76+
contents: write
7777
steps:
7878
- uses: actions/download-artifact@v4
7979
with:

0 commit comments

Comments
 (0)