From 93b793ba7262e162fe46ea1919ad3b09929a623d Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Thu, 3 Apr 2025 14:35:47 +0200 Subject: [PATCH] ci: add APIFY_SIGNING_TOKEN to docs build environment diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index e34ac74..3fa3c86 100644 --- a/.github/workflows/build_and_deploy_docs.yaml +++ b/.github/workflows/build_and_deploy_docs.yaml @@ -52,6 +52,8 @@ jobs: - name: Build Docusaurus docs run: make build-docs + env: + APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }} - name: Set up GitHub Pages uses: actions/configure-pages@v5 --- .github/workflows/build_and_deploy_docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index e34ac747f7..3fa3c86633 100644 --- a/.github/workflows/build_and_deploy_docs.yaml +++ b/.github/workflows/build_and_deploy_docs.yaml @@ -52,6 +52,8 @@ jobs: - name: Build Docusaurus docs run: make build-docs + env: + APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }} - name: Set up GitHub Pages uses: actions/configure-pages@v5