Skip to content

Commit 0fff58a

Browse files
authored
Merge pull request #430 from smallstep/carl/cicd-security-hardening
Add least-privilege permissions to triage workflow
2 parents 9b85295 + 8e4f3c0 commit 0fff58a

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)