File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -168,5 +168,5 @@ jobs:
168168 device : ${{ needs.prepare.outputs.device }}
169169 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
170170 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
171- # secrets:
172- # pr-token: ${{ secrets.COSDT_BOT_TOKEN }}
171+ secrets :
172+ pr-token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
Original file line number Diff line number Diff line change 5050 id : list-pr
5151 uses : ./.github/actions/list-pr
5252 with :
53- # token: ${{ secrets.COSDT_BOT_TOKEN }}
53+ token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
5454 owner : pytorch
5555 repository : pytorch
5656 labels : " ${{ github.event.inputs.labels || 'module: PrivateUse1' }}"
7171 - name : Dispatch PR event to the out-of-tree test infra
7272 uses : peter-evans/repository-dispatch@v3
7373 with :
74- # token: ${{ secrets.COSDT_BOT_TOKEN }}
74+ token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
7575 repository : pytorch-fdn/oota
7676 event-type : pytorch-pr-event
7777 client-payload : ${{ toJSON(matrix.data) }}
Original file line number Diff line number Diff line change 2020 - name : Redispatch PR event
2121 uses : peter-evans/repository-dispatch@v3
2222 with :
23- # token: ${{ secrets.COSDT_BOT_TOKEN }}
23+ token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
2424 repository : ${{ github.repository }}
2525 event-type : pytorch-pr-event-redispatch
2626 client-payload : ${{ toJSON(github.event.client_payload) }}
You can’t perform that action at this time.
0 commit comments