Skip to content

Commit

Permalink
Merge pull request #285 from nathan-weinberg/hf-token
Browse files Browse the repository at this point in the history
ci: grant HF_TOKEN access to the medium-size E2E CI job
  • Loading branch information
Maxusmusti authored Oct 21, 2024
2 parents c0ee1aa + af89ded commit 7b7894b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-nvidia-a10g-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
- name: Run e2e test
working-directory: ./instructlab
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
. venv/bin/activate
./scripts/e2e-ci.sh -m
Expand All @@ -155,6 +157,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Stop EC2 runner
uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
with:
Expand Down

0 comments on commit 7b7894b

Please sign in to comment.