Skip to content

Commit 099846b

Browse files
committed
chore: fix permissions
1 parent 438745d commit 099846b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request_target:
55
types: [closed]
66

7+
permissions:
8+
contents: read
9+
id-token: write
10+
711
jobs:
812
publish:
913
if: github.event.pull_request.merged && startsWith(github.head_ref, 'release/')

0 commit comments

Comments
 (0)