File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 5858
5959 - name : Checkout
6060 uses : actions/checkout@v4
61+ with :
62+ token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
6163
6264 - name : Checkout torch_npu
6365 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ jobs:
133133 image : ${{ needs.prepare.outputs.image }}
134134 device : ${{ needs.prepare.outputs.device }}
135135 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
136- username : ${{ secrets.RUNNER_USERNAME }}
137- token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
138136
139137 test :
140138 name : Test torch_npu
@@ -152,8 +150,6 @@ jobs:
152150 device : ${{ needs.prepare.outputs.device }}
153151 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
154152 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
155- username : ${{ secrets.RUNNER_USERNAME }}
156- token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
157153
158154 benchmark :
159155 name : Run benchmarks
@@ -172,7 +168,5 @@ jobs:
172168 device : ${{ needs.prepare.outputs.device }}
173169 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
174170 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
175- username : ${{ secrets.RUNNER_USERNAME }}
176- token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
177171 secrets :
178172 pr-token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
You can’t perform that action at this time.
0 commit comments