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 ebd6c26 commit 32280ceCopy full SHA for 32280ce
.github/workflows/_ascend_npu_build_torch_npu.yml
@@ -23,6 +23,10 @@ on:
23
torch-npu-artifact:
24
description: "The distribution artifact name of torch_npu"
25
value: ${{ jobs.build.outputs.dist-name }}
26
+ secrets:
27
+ runner-token:
28
+ description: "A token used to pull private repo"
29
+ required: true
30
31
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
32
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
0 commit comments