https://github.com/stack-spot/stackspot-workflow-execution-bind
Repositório da GitHub Action para vincular a execução da pipeline com o Workflow da StackSpot
https://github.com/stack-spot/stackspot-workflow-execution-bind
code
Last synced: 10 months ago
JSON representation
Repositório da GitHub Action para vincular a execução da pipeline com o Workflow da StackSpot
- Host: GitHub
- URL: https://github.com/stack-spot/stackspot-workflow-execution-bind
- Owner: stack-spot
- Created: 2025-03-20T12:28:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T20:27:17.000Z (10 months ago)
- Last Synced: 2025-03-27T20:32:47.015Z (10 months ago)
- Topics: code
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StackSpot Workflow Action
This GitHub Action binds the GitHub execution ID to a StackSpot Workflow.
## Example usage
```yaml
- name: StackSpot Workflow Execution Bind
uses: stack-spot/stackspot-workflow-execution-bind@main
with:
execution-id: "${{ github.event.inputs.execution-id }}"
realm: "${{ vars.REALM }}"
client-id: "${{ secrets.CLIENT_ID }}"
client-secret: "${{ secrets.CLIENT_SECRET }}"
```