We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96d4593 + 71b0fee commit 03acd0aCopy full SHA for 03acd0a
.github/workflows/deploy.yml
@@ -28,9 +28,6 @@ jobs:
28
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yml@main
29
with:
30
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 }}
34
permissions:
35
id-token: write
36
trigger-deploy:
0 commit comments