Skip to content

Commit 86629bf

Browse files
authored
Merge pull request #219 from smallstep/carl/cicd-security-hardening
Add least-privilege permissions to triage workflow
2 parents 6e8d568 + 17d7388 commit 86629bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/triage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
types:
99
- opened
1010

11+
permissions:
12+
pull-requests: write
13+
issues: write
14+
1115
jobs:
1216

1317
label:

0 commit comments

Comments
 (0)