From 2245d65bd1beb09f2d3680a48aabe434fd127b0c Mon Sep 17 00:00:00 2001 From: Sam Simpson Date: Mon, 5 Feb 2024 14:05:59 +0000 Subject: [PATCH] Remove secret inputs from reusable image build workflow --- .github/workflows/build-and-push-image.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 1ba10446b..ac573dbe1 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -18,13 +18,6 @@ on: required: false type: string default: ${{ github.sha }} - # These secrets are not required, but taking them - # prevents workflows that specify them from breaking - secrets: - AWS_ACCESS_KEY_ID: - required: false - AWS_SECRET_ACCESS_KEY: - required: false outputs: imageTag: description: "The image tag for the built image"