File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 53
53
github-token : ${{ steps.app-token.outputs.token }}
54
54
merge-multiple : true
55
55
56
- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
57
- if : github.event.inputs.docker_pull == false
58
- with :
59
- name : " emqx-docker"
60
- repository : ${{ env.REPOSITORY }}
61
- run-id : ${{ env.RUN_ID }}
62
- github-token : ${{ secrets.PAT_RO_WORKFLOWS }}
63
-
64
- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
65
- if : github.event.inputs.docker_pull == false
66
- with :
67
- name : " emqx-enterprise-docker"
68
- repository : ${{ env.REPOSITORY }}
69
- run-id : ${{ env.RUN_ID }}
70
- github-token : ${{ secrets.PAT_RO_WORKFLOWS }}
71
-
72
56
- name : Create PR to update api docs and config manual
73
57
env :
74
58
GH_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments