We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b674dc1 commit d37633fCopy full SHA for d37633f
.github/workflows/atom-test.yaml
@@ -194,6 +194,10 @@ jobs:
194
CONTAINER_NAME: atom_test_${{ strategy.job-index }}
195
196
steps:
197
+ - name: Set HF_TOKEN
198
+ if: matrix.run_on_pr == true || github.event_name != 'pull_request'
199
+ run: echo "HF_TOKEN=${HF_TOKEN:-${{ secrets.AMD_HF_TOKEN }}}" >> $GITHUB_ENV
200
+
201
- name: Kill all Docker containers and clean up workspace
202
if: (matrix.run_on_pr == true || github.event_name != 'pull_request') && matrix.runner == 'atom-mi355-8gpu.predownload'
203
run: |
0 commit comments