From efd3747fa1d9a72174b05c63ec6848ef1c041592 Mon Sep 17 00:00:00 2001 From: Charles Moore <122481442+moorec-aws@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:30:32 -0500 Subject: [PATCH] chore: misconfiguration in integration canary (#52) Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com> Signed-off-by: Graeme McHale --- .github/workflows/release_integration_canary.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release_integration_canary.yml b/.github/workflows/release_integration_canary.yml index 38565477..c302cae6 100644 --- a/.github/workflows/release_integration_canary.yml +++ b/.github/workflows/release_integration_canary.yml @@ -5,7 +5,7 @@ on: - cron: '0 */1 * * *' jobs: - Release Integration Canary: + ReleaseIntegrationCanary: runs-on: ubuntu-latest environment: release permissions: @@ -15,7 +15,6 @@ jobs: - uses: actions/checkout@v4 with: ref: release - steps: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: