We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46aa2c2 commit ebd6c26Copy full SHA for ebd6c26
.github/workflows/_ascend_npu_build_torch_npu.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Checkout
60
uses: actions/checkout@v4
61
with:
62
- token: ${{ secrets.ASCEND_RUNNER_TOKEN }}
+ token: ${{ secrets.runner-token }}
63
64
- name: Checkout torch_npu
65
.github/workflows/ascend_npu_test.yml
@@ -133,6 +133,8 @@ jobs:
133
image: ${{ needs.prepare.outputs.image }}
134
device: ${{ needs.prepare.outputs.device }}
135
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
136
+ secrets:
137
+ runner-token: ${{ secrets.ASCEND_RUNNER_TOKEN }}
138
139
test:
140
name: Test torch_npu
0 commit comments