Skip to content

asrindayananda/GitHubActions_UsefulSteps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GitHubActions_UsefulSteps

awsCLI.yaml

  • Installs AWS CLI in GitHub Actions container as per AWS Instructions
  • Runs aws s3 ls which lists all the s3 buckets
  • Make sure your AWS user you are using has IAM permissions to do so.
  • Add secrets
    • In your repository > Settings > Secrets > Actions
      • Add AWS_ACCESS_KEY_ID
      • Add AWS_SECRET_ACCESS_KEY
      • Add AWS_REGION

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published