Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

aws/auth

This is an opinionated action to authenticate with AWS. It will generate a role ARN based on the repository name and the AWS account ID.

Inputs

Name Description Required Default
aws_account_id The AWS account ID to generate the role ARN for true 197730964718
aws_region The AWS region to use false us-east-1
aws_role_name_prefix The prefix for the role name false elastic-docs-v3-preview-

Outputs

Name Description

Usage

on: push
steps:
  - uses: your/action@v1