Skip to content

Commit c1d2b12

Browse files
authored
ci: update contents permission ...
to write for action-gh-release See https://github.com/softprops/action-gh-release?tab=readme-ov-file#permissions
1 parent c42a0c3 commit c1d2b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
permissions:
88
id-token: write # Required for OIDC
9-
contents: read
9+
contents: write # Required for action-gh-release
1010

1111
jobs:
1212
build-matrix:

0 commit comments

Comments
 (0)