Skip to content

Commit ebd6c26

Browse files
authored
Update token config (#11)
1 parent 46aa2c2 commit ebd6c26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v4
6161
with:
62-
token: ${{ secrets.ASCEND_RUNNER_TOKEN }}
62+
token: ${{ secrets.runner-token }}
6363

6464
- name: Checkout torch_npu
6565
uses: actions/checkout@v4

.github/workflows/ascend_npu_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
image: ${{ needs.prepare.outputs.image }}
134134
device: ${{ needs.prepare.outputs.device }}
135135
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
136+
secrets:
137+
runner-token: ${{ secrets.ASCEND_RUNNER_TOKEN }}
136138

137139
test:
138140
name: Test torch_npu

0 commit comments

Comments
 (0)