Skip to content

Commit

Permalink
Merge pull request #2024 from clayrosenthal/fix-deploy-docs
Browse files Browse the repository at this point in the history
Add write permissions to deploy docs
  • Loading branch information
k8s-ci-robot authored Nov 13, 2024
2 parents 1845d4c + e3188dd commit d1649bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d1649bc

Please sign in to comment.