From 75fc7f245467f81a9b3443e086ef2048e48d35d1 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 13 Nov 2023 23:21:35 +0100 Subject: [PATCH] ci: include secret --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f21972e13..af78379f7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -71,6 +71,7 @@ jobs: if: ${{ github.ref_type == 'tag' }} env: DATABASE_URL: ${{ secrets.DATABASE_URL }} + BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }} uses: ./packages/actions/src/uploadDocumentation with: package: ${{ steps.extract-tag.outputs.package }} @@ -94,6 +95,7 @@ jobs: if: ${{ github.ref_type == 'branch' }} env: DATABASE_URL: ${{ secrets.DATABASE_URL }} + BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }} uses: ./packages/actions/src/uploadDocumentation - name: Move docs to correct directory