Skip to content

Commit b614fa4

Browse files
committed
Scope down GitHub token permissions for on_merged_pr.yml
1 parent 99737db commit b614fa4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/on_merged_pr.yml

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

9+
10+
permissions:
11+
contents: read
12+
issues: write
13+
914
jobs:
1015
get_pr_details:
1116
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'

0 commit comments

Comments
 (0)