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
fix: use consistent env var naming for credential providers (#146)
Use computeDefaultCredentialEnvVarName (AGENTCORE_CREDENTIAL_ prefix)
instead of accessing credential.envVars which no longer exists after
the schema migration.
This ensures the deploy command looks for the same env var name that
was set when the credential was created.
0 commit comments