Skip to content

GitHub Action for installing aws-iam-authenticator on AMD64 and ARM64 cpu architectures

License

Notifications You must be signed in to change notification settings

mostafahussein/setup-aws-iam-authenticator

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

916ac21 · Apr 10, 2023

History

8 Commits
Apr 9, 2023
Apr 9, 2023
Sep 24, 2022
Sep 24, 2022
Sep 24, 2022
Sep 24, 2022
Sep 24, 2022
Apr 9, 2023
Apr 10, 2023
Sep 24, 2022
Apr 9, 2023
Apr 9, 2023
Sep 24, 2022

Repository files navigation

Setup aws-iam-authenticator

Sample workflow to install a specific version of aws-iam-authenticator binary on the runner.

Acceptable values are latest or any semantic version string like 0.6.2. Use this action in workflow to define which version of aws-iam-authenticator will be used.

- uses: mostafahussein/setup-aws-iam-authenticator@v1
  with:
     version: '<version>' # default is latest stable
  id: install

Refer to the action metadata file for details about all the inputs https://github.com/mostafahussein/setup-aws-iam-authenticator/blob/main/action.yml