From 9f47eb39cc00f7dcd2fc3ae27cc9d9a3c315c980 Mon Sep 17 00:00:00 2001 From: peterbjohnson <67978998+peterbjohnson@users.noreply.github.com> Date: Sun, 21 Sep 2025 22:06:30 +0100 Subject: [PATCH] gcp credentials not required to deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 190a793..0e2355e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ on: required: false gcp_credentials: description: "The JSON key for deploying to GCP" - required: true + required: false jobs: setup: @@ -189,4 +189,4 @@ jobs: region: europe-west2 secrets: function-admin-api-key: ${{ secrets.function-admin-api-key }} - gcp_credentials: ${{ secrets.gcp_credentials }} \ No newline at end of file + gcp_credentials: ${{ secrets.gcp_credentials }}