Skip to content

Commit 1c3dc8a

Browse files
authored
Update make_wheel.yml to include id-token permissions
Add permissions for id-token in workflow
1 parent 91483dd commit 1c3dc8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/make_wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Wheel
22

3+
permissions:
4+
id-token: write
5+
36
# run on new version tag
47
on:
58
push:

0 commit comments

Comments
 (0)