Skip to content

Commit ee1f334

Browse files
committed
update build docs action permissions
1 parent d270808 commit ee1f334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Docs
22

33
permissions:
4-
contents: read
4+
contents: write
55

66
on:
77
workflow_dispatch:
@@ -48,4 +48,4 @@ jobs:
4848
git config --global user.email "clojure-build@users.noreply.github.com"
4949
git add -u -v
5050
git commit -m "Action doc commit"
51-
git push origin master
51+
git push origin master

0 commit comments

Comments
 (0)