Skip to content

Commit

Permalink
ci: fix deploy docs workflow permissions (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi authored Feb 12, 2025
1 parent f2d6ee1 commit 8acb3da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- 'docs-develop'
- 'docs-release-*.*'

permissions:
contents: write
pages: write

jobs:
deploy-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8acb3da

Please sign in to comment.