Skip to content
gift

GitHub Action

aws-iam-authenticator installer action

v1.1.0 Latest version

aws-iam-authenticator installer action

gift

aws-iam-authenticator installer action

Install a specific version of aws-iam-authenticator

Installation

Copy and paste the following snippet into your .yml file.

              

- name: aws-iam-authenticator installer action

uses: latticehr/[email protected]

Learn more about this action in latticehr/action-aws-iam-authenticator

Choose a version

action-aws-iam-authenticator

Github Action. Install specific version of aws-iam-authenticator (https://github.com/kubernetes-sigs/aws-iam-authenticator)

Usage

name: Test

on:
  push:
    branches:    
      - master

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: latticehr/action-aws-iam-authenticator@master
    - run: aws-iam-authenticator version

Custom Version:

name: Test

on:
  push:
    branches:    
      - master

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: latticehr/action-aws-iam-authenticator@master
      with:
        version: 0.5.5
    - run: aws-iam-authenticator version