Skip to content

Commit e79cf86

Browse files
authored
Add run-id and github-token for pathfinder docs download (#815)
* Add run-id and github-token for pathfinder * Check for release * Add the case for PRs * Simplify
1 parent 15e99e9 commit e79cf86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120
with:
121121
name: cuda-pathfinder-wheel
122122
path: ./cuda_pathfinder
123+
run-id: ${{ inputs.run-id }}
124+
github-token: ${{ github.token }}
123125

124126
- name: Display structure of downloaded cuda-pathfinder artifacts
125127
run: |

0 commit comments

Comments
 (0)