Skip to content

Commit

Permalink
made a change to permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
markgov committed Oct 16, 2023
1 parent c35d612 commit 029aa9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
branches:
- main

permissions: read-all
permissions:
pull-requests: write
contents: write

jobs:
docs:
Expand Down

0 comments on commit 029aa9a

Please sign in to comment.