Created
March 30, 2025 16:21
-
-
Save saumalya75/ecfd5913aca2d185d8f2c2d1245fd344 to your computer and use it in GitHub Desktop.
configure-aws-credentials.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Configure AWS Credentials | |
uses: aws-actions/configure-aws-credentials@v4 | |
with: | |
audience: sts.amazonaws.com | |
aws-region: us-east-1 | |
role-to-assume: ${{ secrets[steps.detect-env-and-set-env-vars.outputs.sts_role_arn_secret_var_name] }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment