From cca694a98111957f7d82e72d321ae6a070b9955a Mon Sep 17 00:00:00 2001 From: Paul Grimes Date: Wed, 14 Aug 2024 16:33:32 +1000 Subject: [PATCH] Trying with nonexistent secret --- .github/workflows/develop-push-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-push-deploy.yml b/.github/workflows/develop-push-deploy.yml index 2f97be6..6ca7b09 100644 --- a/.github/workflows/develop-push-deploy.yml +++ b/.github/workflows/develop-push-deploy.yml @@ -7,7 +7,7 @@ on: jobs: run-tests: env: - stagingDeploySecret: ${{secrets.DEPLOY_URL_STAGING}} + stagingDeploySecret: ${{secrets.DEPLOY_URL_STAGING_HEY}} runs-on: ubuntu-latest services: