Skip to content

Commit 123e168

Browse files
committed
Ensure the token has write permissions for contents
1 parent d0caa70 commit 123e168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- v*
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
build:
1316
name: "Build"

0 commit comments

Comments
 (0)