Skip to content

Commit ab7f4a4

Browse files
committed
Add write permissions for contents in CI workflow
1 parent eab2bd3 commit ab7f4a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
paths-ignore:
1414
- ./*.ps1
1515
- '**.md'
16+
permissions:
17+
contents: write
1618

1719
jobs:
1820
build:

0 commit comments

Comments
 (0)