abhilash1in / aws-secrets-manager-action

Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow
MIT License
68 stars 43 forks source link

Add ability to use a session token #19

Closed bkimbrough88 closed 3 years ago

bkimbrough88 commented 3 years ago

I must use AWS's SAML flow to get my authentication with AWS. This gives me the Access Key, Secret Access Key, and a Session Token, all three are required to be passed when using this flow. Thus I need to add this as an option input