Skip to content

Commit 2d33b7c

Browse files
committed
ci: scope down permissions for on_opened_pr.yml
1 parent 0dfba68 commit 2d33b7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on_opened_pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
types:
77
- completed
88

9+
permissions:
10+
pull-requests: write
11+
912
jobs:
1013
get_pr_details:
1114
if: ${{ github.event.workflow_run.conclusion == 'success' }}

0 commit comments

Comments
 (0)