From 572459ba8850868a3268f31929da44c11c87e630 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 4 May 2024 23:15:45 -0400 Subject: [PATCH] use full arn for aws oidc role --- .github/workflows/arrow-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arrow-aws.yml b/.github/workflows/arrow-aws.yml index 76fc31d..7305fcc 100644 --- a/.github/workflows/arrow-aws.yml +++ b/.github/workflows/arrow-aws.yml @@ -54,7 +54,7 @@ jobs: - name: AWS Assume Role uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: github_actions_admin + role-to-assume: arn:aws:iam::286370965832:role/github_actions_admin aws-region: us-east-1 # Install Nix