Skip to content

Commit

Permalink
Merge pull request #1117 from alphagov/oidc
Browse files Browse the repository at this point in the history
Remove secret inputs from reusable image build workflow
  • Loading branch information
samsimpson1 authored Feb 5, 2024
2 parents bb146c1 + 2245d65 commit 8915b89
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8915b89

Please sign in to comment.