Skip to content

Commit aee9c97

Browse files
committed
Make the Pull request created by process-analytics-bot after Download Demo
1 parent b7fdec7 commit aee9c97

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/download_demo.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Download Demo ${{ env.VERSION }}
3535
uses: dawidd6/action-download-artifact@v2
3636
with:
37-
github_token: ${{ secrets.DEMO_TOKEN }}
37+
github_token: ${{ secrets.GH_RELEASE_TOKEN }}
3838
repo: ${{ env.BUILD_DEMO_REPO }}
3939
workflow: ${{ env.BUILD_DEMO_WORKFLOW_ID }}
4040
workflow_conclusion: success
@@ -46,9 +46,10 @@ jobs:
4646
- name: Create Pull Request
4747
uses: peter-evans/create-pull-request@v3
4848
with:
49-
commit-message: "Commit & Push changes"
50-
committer: "GitHub <[email protected]>"
51-
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
49+
token: ${{ secrets.GH_RELEASE_TOKEN }}
50+
commit-message: "[INFRA] Update BPMN Visualization version to ${{ env.VERSION }}"
51+
committer: "process-analytics-bot <[email protected]>"
52+
author: "process-analytics-bot <[email protected]>"
5253
branch: "infra/update_bpmn_visualization_to_${{ env.VERSION }}"
5354
delete-branch: true
5455
base: "master"

0 commit comments

Comments
 (0)