Skip to content

Commit 9832f00

Browse files
committed
ci: missing permission
1 parent 3c9045b commit 9832f00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
update-packagejson:
1717
name: Update package.json
1818
permissions:
19-
contents: read
19+
actions: read
20+
contents: write
2021
uses: Cysharp/Actions/.github/workflows/update-packagejson.yaml@main
2122
with:
2223
file-path: ./src/YetAnotherHttpHandler/package.json

0 commit comments

Comments
 (0)