Trigger pro pipeline (#2777)
This commit is contained in:
@@ -56,6 +56,21 @@ jobs:
|
|||||||
CF_R2_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
|
CF_R2_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
|
||||||
CF_R2_TOKEN: ${{ secrets.CF_R2_TOKEN }}
|
CF_R2_TOKEN: ${{ secrets.CF_R2_TOKEN }}
|
||||||
|
|
||||||
|
trigger-pro-pipeline:
|
||||||
|
name: Trigger Pro pipeline
|
||||||
|
needs: prepare
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
steps:
|
||||||
|
- uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4
|
||||||
|
with:
|
||||||
|
repository: element-hq/element-web-pro
|
||||||
|
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
event-type: trigger-pipeline
|
||||||
|
client-payload: |-
|
||||||
|
{
|
||||||
|
"base-ref": "${{ github.ref_name }}"
|
||||||
|
}
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
if: github.event_name != 'workflow_dispatch' || inputs.windows
|
if: github.event_name != 'workflow_dispatch' || inputs.windows
|
||||||
needs: prepare
|
needs: prepare
|
||||||
|
|||||||
Reference in New Issue
Block a user