We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f27d1 commit 1a76f67Copy full SHA for 1a76f67
1 file changed
.github/workflows/synced-preview.yml
@@ -4,13 +4,20 @@ on:
4
workflow_dispatch:
5
inputs:
6
user_email:
7
- description: 'The email of the TestHub user requesting the build'
8
required: true
9
type: string
+ webhook_url:
10
+ required: false
11
+ type: string
12
+ webhook_token:
13
14
15
16
jobs:
- testhub_preview:
17
+ synced_preview:
18
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-synced-preview.yml@offload-testhub-build
19
with:
20
user_email: ${{ github.event.inputs.user_email }}
21
+ webhook_url: ${{ github.event.inputs.webhook_url }}
22
+ webhook_token: ${{ github.event.inputs.webhook_token }}
23
secrets: inherit
0 commit comments