Skip to content

Commit 32280ce

Browse files
authored
Update token config (#12)
1 parent ebd6c26 commit 32280ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
torch-npu-artifact:
2424
description: "The distribution artifact name of torch_npu"
2525
value: ${{ jobs.build.outputs.dist-name }}
26+
secrets:
27+
runner-token:
28+
description: "A token used to pull private repo"
29+
required: true
2630

2731
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
2832
# declared as "shell: bash -el {0}" on steps that need to be properly activated.

0 commit comments

Comments
 (0)