Skip to content

Commit b71c316

Browse files
authored
ci: add missing perm to release workflow (#1791)
1 parent 59adfeb commit b71c316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
environment: release
128128
permissions:
129129
contents: read
130+
id-token: write
130131
steps:
131132
- run: git config --global core.autocrlf input
132133
- name: Checkout

0 commit comments

Comments
 (0)