Skip to content

blancsoft/setup-aws-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS CLI GitHub Action

This GitHub Action sets up AWS CLI by adding a step to your workflow.

  - name: AWS CLI
    uses: blancsoft/setup-aws-cli@v1

Defining version

Set which AWS CLI version to use and other inputs.

  - name: AWS CLI
    uses: blancsoft/setup-aws-cli@v1
    with:
      version: 1.6.2
      python_version: 3.12.1
      aws-region: global
      aws-access-key-id: xxxxxxxxxx
      aws-secret-access-key: xxxxxxxxxx

About

Setup your workflow with AWS CLI

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors