From 820f2005c45cda5025c1b3d1b338b1c3cb0fa48a Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 6 Dec 2020 19:17:35 -0500 Subject: [PATCH] im actually super smart and i accidentally named the secret wrong --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7540300..bab0b63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: with: path: worker/script.js destination: roleypoly-artifacts/backend-worker/${{ github.sha }} - credentials: ${{ secrets.GCP_TF_KEY }} + credentials: ${{ secrets.GCS_TF_KEY }} docker_build: name: Docker Build & Publish