Skip to content

Fooji/create-aws-profile-action

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

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create AWS profile action

A GitHub action to setup an AWS profile on the file system.

Inputs

key

Required The AWS key

secret

Required The AWS secret

region

Required The AWS region

profile

Required The name of the profile you want to create

sessionToken

Not required The AWS session token

Example usage

uses: Fooji/create-aws-profile-action@v1
with:
  profile: staging
  region: us-west-1
  key: xxx
  secret: xxx
  sessionToken: xxx

About

A GitHub action to setup an AWS profile

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •