Skip to content

Commit

Permalink
Add required permissions for docs workflow, regardless of repo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa committed Oct 2, 2024
1 parent a786869 commit 16a1064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 16a1064

Please sign in to comment.