Skip to content

Commit 3faba15

Browse files
authored
Merge pull request #1576 from smallstep/carl/cicd-security-hardening
Add least-privilege permissions to triage workflow
2 parents 82c0b4f + 60b94c6 commit 3faba15

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
@@ -10,6 +10,10 @@ on:
1010
- opened
1111
- reopened
1212

13+
permissions:
14+
pull-requests: write
15+
issues: write
16+
1317
jobs:
1418
triage:
1519
uses: smallstep/workflows/.github/workflows/triage.yml@main

0 commit comments

Comments
 (0)