Skip to content

Commit d3efeeb

Browse files
mikekgfbmalfet
authored andcommitted
secrets are not available for on-pr tests in CI (#786)
1 parent 99d95a1 commit d3efeeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-readme-pr-mps.yml

Lines changed: 1 addition & 3 deletions
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)