Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Sep 27, 2024
1 parent 62d6797 commit d96a265
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Create dotenv
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
echo "HF_TOKEN=$HF_TOKEN" >> .env
- name: Create dotenv
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
echo "HF_TOKEN=$HF_TOKEN" >> .env
- name: Run tests and try and build project
uses: mysociety/run-in-devcontainer@v1
Expand Down

0 comments on commit d96a265

Please sign in to comment.