Skip to content

Commit 05a2f45

Browse files
authored
secrets are not available for on-pr tests in CI (#786)
1 parent 1298983 commit 05a2f45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/run-readme-pr-mps.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ on:
88
jobs:
99
test-readme-mps-macos:
1010
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
11-
secrets: inherit
1211
with:
1312
runner: macos-m1-14
14-
secrets-env: "HF_TOKEN_PERIODIC"
1513
script: |
1614
conda create -y -n test-readme-mps-macos python=3.10.11
1715
conda activate test-readme-mps-macos
@@ -45,7 +43,7 @@ jobs:
4543
echo "*******************************************"
4644
bash -x ./run-readme.sh
4745
echo "::endgroup::"
48-
46+
4947
test-quantization-mps-macos:
5048
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
5149
with:

0 commit comments

Comments
 (0)