From b4ad684bcb7e4f3f369fdb6bab7df0e8b7385037 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Wed, 10 Jul 2024 15:13:41 +0100 Subject: [PATCH] Update attestation IAM role name --- .github/workflows/sign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sign.yaml b/.github/workflows/sign.yaml index 20e2a88..f5baf79 100644 --- a/.github/workflows/sign.yaml +++ b/.github/workflows/sign.yaml @@ -30,7 +30,7 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: "arn:aws:iam::172025368201:role/github_action_ecr_push" + role-to-assume: "arn:aws:iam::172025368201:role/github_action_image_attestation" role-session-name: sign-govuk-ruby-images aws-region: eu-west-1 - name: Create attestation