Skip to content

GuillaumeFalourd/stk-cli-action-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stk-cli-action-poc

Action test Ubuntu Action test MacOS Action test Windows

GitHub action to install StackSpot CLI :octocat:

📚 Usage

Note: This action is supported on all runners operating systems (ubuntu, macos, windows)

    steps:
      - uses: GuillaumeFalourd/stk-cli-action-poc@main
        with:
          client_id: ${{ secrets.CLIENT_ID }}
          client_key: ${{ secrets.CLIENT_KEY }}
          realm: ${{ secrets.REALM }}

      - run: stk --version