Skip to content

Commit

Permalink
permissions override org default for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 26, 2024
1 parent 236d780 commit 37087fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork != true)
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 37087fc

Please sign in to comment.