https://github.com/stack-spot/runtime-github-action-ping
https://github.com/stack-spot/runtime-github-action-ping
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stack-spot/runtime-github-action-ping
- Owner: stack-spot
- License: apache-2.0
- Created: 2023-08-23T18:20:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:41:48.000Z (about 2 years ago)
- Last Synced: 2024-03-15T05:01:13.566Z (almost 2 years ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runtime-github-action-ping
[](https://github.com/stack-spot/runtime-github-action-ping/actions/workflows/action-test-ubuntu.yaml) [](https://github.com/stack-spot/runtime-github-action-ping/actions/workflows/action-test-macos.yaml) [](https://github.com/stack-spot/runtime-github-action-ping/actions/workflows/action-test-windows.yaml)
GitHub action to authenticate and consume StackSpot Runtime API.
_**Note**: This action is supported on all runners operating systems (`ubuntu`, `macos`, `windows`)_
## 📚 Usage
### Requirements
To get the account keys (`CLIENT_ID`, `CLIENT_KEY` and `CLIENT_REALM`), please login using a **ADMIN** user on the [StackSpot Portal](https://stackspot.com), and generate new keys at [https://stackspot.com/en/settings/access-token](https://stackspot.com/en/settings/access-token).
### Use Case
```yaml
steps:
- uses: stack-spot/runtime-github-action-ping@v1
with:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_KEY: ${{ secrets.CLIENT_KEY }}
CLIENT_REALM: ${{ secrets.CLIENT_REALM }}
```
## License
[Apache License 2.0](https://github.com/stack-spot/runtime-github-action-ping/blob/main/LICENSE)