Skip to content

Commit

Permalink
Fix permissions of publish docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jul 11, 2024
1 parent f2ef4c7 commit 91b9836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
publishing:
name: Publish Documentation
runs-on: ubuntu-latest
permissions:
contents: write
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:

Expand Down

0 comments on commit 91b9836

Please sign in to comment.