Skip to content

Commit d1649bc

Browse files
authored
Merge pull request #2024 from clayrosenthal/fix-deploy-docs
Add write permissions to deploy docs
2 parents 1845d4c + e3188dd commit d1649bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- master
6+
permissions:
7+
contents: write
68
jobs:
79
build-and-deploy-docs:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)