Skip to content

Commit 03acd0a

Browse files
authored
Merge pull request #76 from alphagov/samsimpson1/oidc-workflow
Remove AWS access key secrets from deploy.yml workflow
2 parents 96d4593 + 71b0fee commit 03acd0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yml@main
2929
with:
3030
gitRef: ${{ inputs.gitRef || github.event.release.tag_name }}
31-
secrets:
32-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_GOVUK_ECR_ACCESS_KEY_ID }}
33-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_GOVUK_ECR_SECRET_ACCESS_KEY }}
3431
permissions:
3532
id-token: write
3633
trigger-deploy:

0 commit comments

Comments
 (0)