From 5de63409d319e154ab94a4600dbdc3ff6893c70a Mon Sep 17 00:00:00 2001 From: michplunkett <5885605+michplunkett@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:14:33 -0500 Subject: [PATCH] Update deploy-to-app-engine.yml --- .github/workflows/deploy-to-app-engine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-app-engine.yml b/.github/workflows/deploy-to-app-engine.yml index 00c1998..a65fefc 100644 --- a/.github/workflows/deploy-to-app-engine.yml +++ b/.github/workflows/deploy-to-app-engine.yml @@ -21,6 +21,7 @@ jobs: with: deliverables: app.yaml version: v1 + service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} - name: Test run: curl "${{ steps.deploy.outputs.url }}/status"