Skip to content

Commit

Permalink
ci(5.4): fix Github actions permissions for documentation branches (#…
Browse files Browse the repository at this point in the history
…5661)

ci: fix Github actions permissions for documentation branches (#5387) (#5390)

* ci: fix Github actions permissions for documentation branches

* ci: add contents:write permissions

(cherry picked from commit d9bb8d9)
mattdibi authored Jan 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a30cbf6 commit 857cfbb
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,10 @@ on:
- closed
- labeled

permissions:
contents: write
pull-requests: write

jobs:
backport:
name: Backport
5 changes: 5 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,11 @@ on:
branches:
- 'docs-develop'
- 'docs-release-*.*'

permissions:
contents: write
pages: write

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

0 comments on commit 857cfbb

Please sign in to comment.