diff --git a/.github/workflows/dummy.yml b/.github/workflows/dummy.yml index 253e183b..5ba5122c 100644 --- a/.github/workflows/dummy.yml +++ b/.github/workflows/dummy.yml @@ -5,6 +5,12 @@ on: branches: - dummy_branch +env: + HF_HOME: /mnt/cache + # For gated repositories, we still need to agree to share information on the Hub repo. page in order to get access. + # This token is created under the bot `hf-transformers-bot`. + HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }} + jobs: # echo: # name: show host