File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Download Demo ${{ env.VERSION }}
35
35
uses : dawidd6/action-download-artifact@v2
36
36
with :
37
- github_token : ${{ secrets.DEMO_TOKEN }}
37
+ github_token : ${{ secrets.GH_RELEASE_TOKEN }}
38
38
repo : ${{ env.BUILD_DEMO_REPO }}
39
39
workflow : ${{ env.BUILD_DEMO_WORKFLOW_ID }}
40
40
workflow_conclusion : success
46
46
- name : Create Pull Request
47
47
uses : peter-evans/create-pull-request@v3
48
48
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] >"
52
53
branch : " infra/update_bpmn_visualization_to_${{ env.VERSION }}"
53
54
delete-branch : true
54
55
base : " master"
You can’t perform that action at this time.
0 commit comments