From 98552663b9fdca781050053b533693f0888413d3 Mon Sep 17 00:00:00 2001 From: Makram Date: Wed, 19 Jun 2024 12:54:20 +0300 Subject: [PATCH] .github/workflows: update aws-role-arn in solidity-wrappers.yml (#1052) ## Motivation The solidity-wrappers workflow wasn't working due to wrong role being specified ## Solution Specify the correct role to use in solidity-wrappers.yml --- .github/workflows/solidity-wrappers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity-wrappers.yml b/.github/workflows/solidity-wrappers.yml index bbd7ac0c67..40737774d5 100644 --- a/.github/workflows/solidity-wrappers.yml +++ b/.github/workflows/solidity-wrappers.yml @@ -58,7 +58,7 @@ jobs: uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # setup-github-token@0.2.1 id: get-gh-token with: - aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_CI_AUTO_PR_TOKEN_ISSUER_ROLE_ARN }} + aws-role-arn: ${{ secrets.AWS_OIDC_CCIP_CI_AUTO_PR_TOKEN_ISSUER_ROLE_ARN }} aws-lambda-url: ${{ secrets.AWS_INFRA_RELENG_TOKEN_ISSUER_LAMBDA_URL }} aws-region: ${{ secrets.AWS_REGION }}