Skip to content

Commit

Permalink
ci: grant HF_TOKEN access to the medium-size E2E CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Weinberg <[email protected]>
Signed-off-by: abdullah-ibm <[email protected]>
  • Loading branch information
nathan-weinberg authored and abdullah-ibm committed Oct 22, 2024
1 parent b30af33 commit 158f199
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 158f199

Please sign in to comment.