Skip to content

Commit 7dae5d1

Browse files
committed
fix(ci): use write permissions for ci
1 parent 37b3c0e commit 7dae5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
contents: write
1616
packages: write
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)