Skip to content

Commit

Permalink
Add HF token to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Mar 5, 2025
1 parent ba5503d commit 3f2a8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
env:
TERM: xterm-256color
FORCE_COLOR: 1
HF_TOKEN: ${{ secrets.HF_TOKEN }}
# Skip CI if [ci skip] in the commit message
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trained_agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
TERM: xterm-256color
FORCE_COLOR: 1

HF_TOKEN: ${{ secrets.HF_TOKEN }}
# Skip CI if [ci skip] in the commit message
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f2a8fc

Please sign in to comment.