An open API service indexing awesome lists of open source software.

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

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 }}"
```