Skip to content

Commit

Permalink
fixing iam role name
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidas committed Jun 12, 2024
1 parent ea601f6 commit e658552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.GA_OIDC_LAMBDA_PROD }}
role-to-assume: ${{ secrets.GA_OIDC_EKS_STAGING }}
role-session-name: chainlog-staging
aws-region: ${{ env.AWS_REGION }}

Expand Down

0 comments on commit e658552

Please sign in to comment.