mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
bb4ecd82fd659c2b3b54ea4e49041f11f24a8e45
"Configure AWS Credentials" Action For GitHub Actions
Configure AWS credential environment variables for use in other GitHub Actions.
This action adds configuration required by the AWS CLI for use in subsequent actions.
Usage
Add the following step to your workflow:
- name: Configure AWS Credentials
uses: aws/configure-aws-credentials-for-github-actions
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-default-region: us-east-2
aws-default-output: json
License Summary
This code is made available under the MIT license.
Languages
TypeScript
99.9%