its not recommended to store aws credentials in secrets Recommended method: https://github.com/aws-actions/configure-aws-credentials use that action with the following configured: "Using GitHub's OIDC provider (AssumeRoleWithWebIdentity)"
its not recommended to store aws credentials in secrets
Recommended method:
https://github.com/aws-actions/configure-aws-credentials
use that action with the following configured: "Using GitHub's OIDC provider (AssumeRoleWithWebIdentity)"