Skip to content

AWS IAM Authenticator Setup - Forked version to fix dynamic version input

Notifications You must be signed in to change notification settings

latticehr/action-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
 
 

Repository files navigation

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

About

AWS IAM Authenticator Setup - Forked version to fix dynamic version input

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%