Martin McKeaveney
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.github/workflows/release-develop.yml
|
|
|
@ -22,6 +22,7 @@ env: |
|
|
|
POSTHOG_TOKEN: phc_uDYOfnFt6wAbBAXkC6STjcrTpAFiWIhqgFcsC1UVO5F |
|
|
|
INTERCOM_TOKEN: ${{ secrets.INTERCOM_TOKEN }} |
|
|
|
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }} |
|
|
|
FEATURE_PREVIEW_URL: https://budirelease.live |
|
|
|
|
|
|
|
jobs: |
|
|
|
release: |
|
|
|
@ -124,4 +125,4 @@ jobs: |
|
|
|
with: |
|
|
|
webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }} |
|
|
|
content: "Release Env Deployment Complete: ${{ env.RELEASE_VERSION }} deployed to Budibase Release Env." |
|
|
|
embed-title: ${{ env.RELEASE_VERSION }} |
|
|
|
embed-title: ${{ env.RELEASE_VERSION }} |
|
|
|
|