File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3434 gpu-arch-type : " cuda"
3535 gpu-arch-version : " 12.1"
3636
37+ permissions :
38+ id-token : write
39+ contents : read
3740 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3841 with :
3942 timeout : 60
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111 cancel-in-progress : true
1212
1313env :
14- HF_TOKEN : ${{ secrets.HF_TOKEN }}
14+ HF_TOKEN : ${{ secrets.HF_TOKEN }}
1515
1616jobs :
1717 test :
2525 gpu-arch-type : " cuda"
2626 gpu-arch-version : " 12.1"
2727
28-
28+ permissions :
29+ id-token : write
30+ contents : read
2931 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3032 with :
3133 runner : ${{ matrix.runs-on }}
Original file line number Diff line number Diff line change 3434 gpu-arch-type : " cpu"
3535 gpu-arch-version : " "
3636
37+ permissions :
38+ id-token : write
39+ contents : read
3740 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3841 with :
3942 timeout : 120
You can’t perform that action at this time.
0 commit comments