We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711e86d commit b87262dCopy full SHA for b87262d
.github/workflows/build_and_publish.yml
@@ -29,5 +29,7 @@ jobs:
29
uses: ./.github/workflows/_publish_torch_xla.yml
30
needs: build-torch-xla
31
secrets: inherit
32
+ permissions:
33
+ id-token: write
34
with:
35
artifact_name: ${{ needs.build-torch-xla.outputs.artifact_name }}
0 commit comments