Skip to content
Discussion options

You must be logged in to vote

The on: deployment_status trigger should be what you're looking for (this should be triggered multiple times, e.g. once for pending, once for success, etc).

https://help.github.com/en/actions/reference/events-that-trigger-workflows#deployment-status-event-deployment_status

deployment URL is available under the webhook payload as target_url after the state is success

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aegatlin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants