Skip to content

Commit

Permalink
Merge pull request #28 from alphagov/samsimpson1/oidc-workflow
Browse files Browse the repository at this point in the history
Remove AWS access key secrets from deploy.yml workflow
  • Loading branch information
samsimpson1 committed Feb 5, 2024
2 parents ccddb50 + 71ed365 commit bfb172b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yml@main
with:
gitRef: ${{ inputs.gitRef || github.ref }}
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_GOVUK_ECR_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_GOVUK_ECR_SECRET_ACCESS_KEY }}
permissions:
id-token: write
trigger-deploy:
Expand Down

0 comments on commit bfb172b

Please sign in to comment.