Skip to content

Commit

Permalink
ci: Give permissions to documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed May 22, 2024
1 parent ae6eabc commit 04f8aba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
render:
needs: test
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 04f8aba

Please sign in to comment.