Skip to content

Commit b87262d

Browse files
authored
Add permision from caller workflow to enable job (#4)
1 parent 711e86d commit b87262d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ jobs:
2929
uses: ./.github/workflows/_publish_torch_xla.yml
3030
needs: build-torch-xla
3131
secrets: inherit
32+
permissions:
33+
id-token: write
3234
with:
3335
artifact_name: ${{ needs.build-torch-xla.outputs.artifact_name }}

0 commit comments

Comments
 (0)