univdev/vercel-deploy-with-slack
Github Action for Vercel Distribution and Slack Message Transfer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vercel-token-id | Vercel API token for authenticating deployment requests. | yes | — |
| slack-webhook-url | Slack Incoming Webhook URL for sending deployment status updates. | no | — |
| slack-deploy-start-message-payload | Custom payload for the message to be sent when the deployment starts. | no | — |
| slack-deploy-failed-message-payload | Custom payload for the message to be sent if the deployment fails. | no | — |
| slack-deploy-succeed-message-payload | Custom payload for the message to be sent when the deployment succeeds. | no | — |
| slack-deploy-start-message-payload-file | Path to a file containing the custom payload for the message to be sent when the deployment starts. This will override the inline payload if both are set. | no | — |
| slack-deploy-failed-message-payload-file | Path to a file containing the custom payload for the message to be sent if the deployment fails. This will override the inline payload if both are set. | no | — |
| slack-deploy-succeed-message-payload-file | Path to a file containing the custom payload for the message to be sent when the deployment succeeds. This will override the inline payload if both are set. | no | — |
Outputs
| name | description |
|---|---|
| process-time | The total time taken to complete the deployment process. |