Skip to content

Commit 904aec4

Browse files
Add contents:write permission to commit step
1 parent f0e6aec commit 904aec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353

5454
package-action:
5555
runs-on: ubuntu-latest
56+
permissions:
57+
contents: write
5658
needs:
5759
- ci
5860
steps:

0 commit comments

Comments
 (0)