Skip to content

Commit d59990b

Browse files
authored
Merge pull request #964 from smallstep/carl/cicd-security-hardening
Add least-privilege permissions to triage workflow
2 parents 5b99427 + 93ed9db commit d59990b

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)