Skip to content

Commit 0dfba68

Browse files
committed
ci: scope down permissions for on_merged_pr.yml
1 parent f04ef52 commit 0dfba68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on_merged_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+
issues: write
11+
912
jobs:
1013
get_pr_details:
1114
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'

0 commit comments

Comments
 (0)