Skip to content

Commit 59545d0

Browse files
committed
Use the correct permissions
1 parent 6ea14b5 commit 59545d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request_target.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
apply:
1111
runs-on: ubuntu-24.04
1212
name: Apply approved changes on pull_request_target
13+
permissions:
14+
contents: read
15+
pull-requests: write
1316
env:
1417
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1518
steps:

0 commit comments

Comments
 (0)