ci : add HF_TOKEN to docker.yml workflow [no ci] (#3861)

This commit adds the HF_TOKEN secret to the docker workflows to avoid HF
rate limiting which currently sometimes causes the jobs to fail.

Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/27053852601/job/79854251771
This commit is contained in:
Daniel Bevenius
2026-06-06 18:34:40 +02:00
committed by GitHub
parent 574fc0da69
commit a8ec021f27
6 changed files with 8 additions and 5 deletions

View File

@@ -69,3 +69,5 @@ jobs:
platforms: ${{ matrix.config.platform }}
tags: ${{ steps.tags.outputs.tags }}
file: ${{ matrix.config.dockerfile }}
secrets: |
HF_TOKEN=${{ secrets.HF_TOKEN }}