Skip to content

Commit

Permalink
ci: documentation.yml now has top-level permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Oct 1, 2023
1 parent aa1d8f6 commit 78dcdef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ on:
- '**/*.h'
- '**/documentation.yml'

permissions:
contents: read

jobs:
docs:
permissions:
contents: write # Needs to be able to write to the repo.
name: Build Documentation
runs-on: ubuntu-20.04

Expand Down

0 comments on commit 78dcdef

Please sign in to comment.