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 44b326b commit 73f3efeCopy full SHA for 73f3efe
.github/workflows/docs.yml
@@ -15,6 +15,9 @@ on:
15
jobs:
16
build:
17
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
18
+ permissions:
19
+ id-token: write
20
+ contents: read
21
with:
22
repository: pytorch/vision
23
upload-artifact: docs
@@ -79,9 +82,10 @@ jobs:
79
82
needs: build
80
83
if: github.repository == 'pytorch/vision' && github.event_name == 'push' &&
81
84
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
85
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
86
permissions:
87
88
contents: write
- uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
89
90
91
download-artifact: docs
0 commit comments