GitHub action to install StackSpot CLI
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