https://github.com/guillaumefalourd/stk-cli-action-poc
POC of a STK CLI GitHub action :octocat:
https://github.com/guillaumefalourd/stk-cli-action-poc
all-os-supported cli github-actions proof-of-concept stackspot
Last synced: 3 months ago
JSON representation
POC of a STK CLI GitHub action :octocat:
- Host: GitHub
- URL: https://github.com/guillaumefalourd/stk-cli-action-poc
- Owner: GuillaumeFalourd
- Created: 2022-08-31T18:06:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T20:57:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T14:41:20.544Z (8 months ago)
- Topics: all-os-supported, cli, github-actions, proof-of-concept, stackspot
- Homepage: https://www.stackspot.com/
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stk-cli-action-poc
[](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-ubuntu.yml) [](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-macos.yml) [](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-windows.yml)
GitHub action to install StackSpot CLI :octocat:
## 📚 Usage
_**Note**: This action is supported on all runners operating systems (`ubuntu`, `macos`, `windows`)_
```yaml
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
```