Skip to content

giboow/action-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

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-cli

Docker image for AWS CLI, also source for the AWS CLI GitHub Action.

Example Usage

- name: S3 Sync
  uses: giboow/action-aws-cli@v1
  with:
    args: s3 sync --delete --acl public-read localdir/ s3://remote-bucket/
  env:
    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
    AWS_DEFAULT_REGION: "eu-west-3"

Source

I have duplicate ItsKarma/aws-cli repository, my action use the latest aws-cli version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published