This action makes the command aws
available for you to run with any sub commands and arguments
- name: Run aws command
uses: nohmad/aws-cli-action@master
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2
args: ec2 describe-instances
Any sub commands and arguments pass to aws cli
Required secrets.AWS_ACCESS_KEY_ID
Required secrets.AWS_SECRET_ACCESS_KEY
Required secrets.AWS_REGION
None
GY Noh nohmad@gmail.com
MIT License