StackSpot Run Command
ActionsGitHub Action Run CLI Commands
To learn more about generating account keys(CLIENT_ID
, CLIENT_KEY
, REALM
), please refer to the documentation:
https://docs.stackspot.com/home/account/enterprise/service-credential
steps:
- uses: stack-spot/cli-github-action-run-command@v1.0.0
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
realm: ${{ secrets.REALM }}
command_stk: "register app-deploy --version 1.0.0 --env dev --status succcess"
StackSpot Run Command is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.