Automate GitHub releases
Automatically release the UI Bakery app upon merging a pull request.
Last updated
Was this helpful?
Automatically release the UI Bakery app upon merging a pull request.
Last updated
Was this helpful?
To enable the UI Bakery Instance API please follow this
To create a release workflow follow this steps:
Go to repository Actions tab
Click New workflow
Choose set up a workflow yourself and paste the following content
Replace the UI_BAKERY_INSTANCE
placeholder with your domain name.
Replace APP_ID
with your app ID (can be found in URL).
Replace TOKEN
with the value of your UI_BAKERY_INSTANCE_API_TOKEN
variable
The workflow will be executed on every push/merge into the "main" branch