Skip to content

Commit 092c6e9

Browse files
committed
add permissions
1 parent 8f42457 commit 092c6e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rebuild-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: rebuild docs
1+
name: Rebuild Docs
22
on:
33
workflow_dispatch:
44
inputs:
@@ -15,6 +15,8 @@ jobs:
1515
docbuild:
1616
name: ubuntu-latest py3.9
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: write
1820
defaults:
1921
run:
2022
shell: bash -l {0}

0 commit comments

Comments
 (0)