Skip to content

Commit

Permalink
modify secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoucet committed Aug 8, 2024
1 parent 5897079 commit 9500974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
build:

runs-on: ubuntu-latest
env:
HF_READ_TOKEN_PAUL: ${{ secrets.HF_READ_TOKEN_PAUL }}

steps:
- uses: actions/checkout@v4
Expand All @@ -35,5 +37,3 @@ jobs:
- name: Run tests
run: |
python tests/hest_tests.py
env:
HF_READ_TOKEN_PAUL: ${{ secrets.HF_READ_TOKEN_PAUL }}

0 comments on commit 9500974

Please sign in to comment.