Skip to content

Commit d3b90b5

Browse files
authored
Change permissions to allow write access for contents
1 parent 0f96817 commit d3b90b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
workflow_dispatch:
77

88
permissions:
9-
contents: read
9+
contents: write
10+
id-token: write
1011

1112
jobs:
1213
verify:

0 commit comments

Comments
 (0)