mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2026-03-13 10:30:34 +08:00
ci: use token to push changes
This is required so that the actions is not stopped by branch protection.
This commit is contained in:
4
.github/workflows/MERGE_MAIN_TO_DEVELOP.yml
vendored
4
.github/workflows/MERGE_MAIN_TO_DEVELOP.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: MERGE_MASTER_TO_DEVELOP
|
||||
name: MERGE_MAIN_TO_DEVELOP
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -14,6 +14,8 @@ jobs:
|
||||
- name: Checkout develop
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ secrets.BPMN_IO_TOKEN }}
|
||||
persist_credentials: true
|
||||
ref: develop
|
||||
fetch-depth: 0
|
||||
- name: Merge main to develop and push
|
||||
|
||||
Reference in New Issue
Block a user