Skip to content

Commit

Permalink
chore: add permission to publish-docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardzjl committed Dec 16, 2024
1 parent 8c13a02 commit da5caef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- "mkdocs.yml"
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI

permissions:
contents: write

jobs:
run:
name: "deploy docs"
Expand Down

0 comments on commit da5caef

Please sign in to comment.