Skip to content

Commit 9a6bd4d

Browse files
committed
Add write permission
1 parent bf40fed commit 9a6bd4d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/index.pkl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ local testJob: Workflow.Job = new {
6565
local publishJob: Workflow.Job = new {
6666
name = "Generate and publish docs"
6767
`runs-on` = "ubuntu-latest"
68+
permissions {
69+
contents = "write"
70+
}
6871
steps {
6972
new Common.Checkout {
7073
with {

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
jobs:
1717
build-and-publish-docs:
1818
name: Generate and publish docs
19+
permissions:
20+
contents: write
1921
runs-on: ubuntu-latest
2022
steps:
2123
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)