Skip to content

Store provider credentials as SecretStr in model configs (#1326) #373

Store provider credentials as SecretStr in model configs (#1326)

Store provider credentials as SecretStr in model configs (#1326) #373

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- main
- doc-builder*
- v*-release
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 # main
with:
commit_sha: ${{ github.sha }}
package: lighteval
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}