Skip to content

Commit

Permalink
Merge pull request #280 from AaronDewes/patch-1
Browse files Browse the repository at this point in the history
Improve sandboxing of `pull_request_target` workflow
  • Loading branch information
infinisil authored Jan 27, 2025
2 parents 8d4bd69 + ea2e524 commit e825e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- master

permissions:
pull-requests: write
contents: read

jobs:
check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e825e95

Please sign in to comment.