Skip to content

Commit aabd86b

Browse files
authored
Merge pull request #286 from instructlab/mergify/bp/release-v0.5/pr-285
ci: grant HF_TOKEN access to the medium-size E2E CI job (backport #285)
2 parents 386c4d7 + cf2f142 commit aabd86b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-nvidia-a10g-x1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
138138
- name: Run e2e test
139139
working-directory: ./instructlab
140+
env:
141+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
140142
run: |
141143
. venv/bin/activate
142144
./scripts/e2e-ci.sh -m
@@ -155,6 +157,7 @@ jobs:
155157
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
156158
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
157159
aws-region: ${{ secrets.AWS_REGION }}
160+
158161
- name: Stop EC2 runner
159162
uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
160163
with:

0 commit comments

Comments
 (0)