Skip to content

Commit e1b88a0

Browse files
committed
Add permissions for id-token and contents in release workflow
1 parent 624a9e7 commit e1b88a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Release
22

3+
permissions:
4+
id-token: write
5+
contents: read
6+
37
on:
48
push:
59
tags:

0 commit comments

Comments
 (0)