You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy via GitHub OIDC role instead of IAM access keys
Switch both deploy workflows from long-lived AWS_ACCESS_KEY_ID /
AWS_SECRET_ACCESS_KEY secrets to a GitHub Actions OIDC-assumed role. Add
id-token: write permission and assume the automator-lambda-deploy role
(provisioned in infra-terraform) via role-to-assume. Role ARN is set in the
workflow env block.
0 commit comments