Skip to content

Commit 16456e2

Browse files
committed
Restore id-token permission.
Removing it in ed2f21e was a mistake.
1 parent ed2f21e commit 16456e2

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
@@ -71,6 +71,7 @@ jobs:
7171
# Don't release when running the workflow manually from GitHub's UI.
7272
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
7373
permissions:
74+
id-token: write
7475
contents: write
7576
steps:
7677
- name: Download artifacts

0 commit comments

Comments
 (0)