Skip to content

Commit 4edd84f

Browse files
authored
Merge pull request #312 from smallstep/max/fix-release-ci-permissions
Fix release workflow permissions for CI reusable workflow call
2 parents 1b32945 + 581183e commit 4edd84f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
permissions:
1010
contents: read
11+
actions: read
12+
security-events: write
1113

1214
jobs:
1315
ci:

0 commit comments

Comments
 (0)