Skip to content

Commit 7ba5835

Browse files
committed
Temporary: CI: fix id-token permission for Test wheels building (refs #819)
1 parent a86fd53 commit 7ba5835

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
name: "Test wheels building"
2020
if: "!contains(github.event.pull_request.labels.*.name, 'disable-test-build')"
2121
uses: ./.github/workflows/lib-build-and-push.yml
22+
permissions:
23+
id-token: write
2224
with:
2325
upload: false

0 commit comments

Comments
 (0)