Skip to content

Commit

Permalink
Add extra permissions to write in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
plaguss committed Oct 25, 2024
1 parent 5870c5f commit 7fce770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:

permissions:
contents: write
pull-requests: write

jobs:
cleanup:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

permissions:
contents: write
pull-requests: write

jobs:
publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:

permissions:
contents: write
pull-requests: write

jobs:
publish:
Expand Down

0 comments on commit 7fce770

Please sign in to comment.