thenanor
Results
1
comments of
thenanor
Hey @stefenAMZ and @gagoar, I was able to do this by using the env variables set by the "aws-actions/configure-aws-credentials@v1" ``` - name: Assume AWS role uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: the_arn_of_the_role_you_want_to_assume...