Snapshot triggered using repository dispatch #38
ambravo
started this conversation in
Show and tell
Replies: 1 comment
-
|
Would you be able to create a Markdown file in the docs folder for such a use case and create a PR for it? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Eng Swee!
I wanted to share a use case I implemented that might be worth including in the documentation:
I used the
repository_dispatchevent (documented here) to trigger a GitHub Action that takes a snapshot of the tenant state after promoting an artifact with SAP’s Transport Management Service.The workflow is triggered by the SAP Cloud Transport Management Service using the Alert Notification Service. Specifically, the event
TmsImportFinished(Import Finished) (documented here) calls the GitHub endpoint to trigger therepository_dispatchevent.Really useful for maintaining a branch in the repository that reflects each change introduced by transports in a specific tenant. It simplifies tracking changes and provides clear visibility into the state of the system after every transport.
Bests,
Ariel
Beta Was this translation helpful? Give feedback.
All reactions