Skip to content

Commit

Permalink
.github/workflows: update aws-role-arn in solidity-wrappers.yml (#1052)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
makramkd authored Jun 19, 2024
1 parent e1c14fb commit 9855266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solidity-wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # [email protected]
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 }}

Expand Down

0 comments on commit 9855266

Please sign in to comment.