From 6fbf09ad25d7242efbb39d14f7833245781ee96f Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Fri, 24 Nov 2023 12:03:08 -0600 Subject: [PATCH] Added GCS env for credentials Signed-off-by: Andre Wanlin --- .github/workflows/techdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index d05dce7f8..c48966801 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -42,3 +42,5 @@ jobs: - name: Publish docs site run: techdocs-cli publish --publisher-type googleGcs --storage-name ${{ secrets.TECHDOCS_GCS_BUCKET }} --entity default/component/backstage + env: + GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}