Skip to content

Commit c0d12d9

Browse files
Fix permission for create github release
Error 403: Resource not accessible by integration See ncipollo/release-action#208 (comment)
1 parent 3372f67 commit c0d12d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: read
16+
contents: write
1717
packages: write
1818

1919
steps:

0 commit comments

Comments
 (0)