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 c0676fe commit dd8da0fCopy full SHA for dd8da0f
.github/workflows/doc-build.yml
@@ -84,8 +84,8 @@ jobs:
84
needs: build
85
if: github.repository == 'pytorch/executorch' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
86
permissions:
87
+ id-token: write
88
contents: write
- contents: read
89
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
90
with:
91
repository: pytorch/executorch
0 commit comments