Skip to content

Commit ff40a83

Browse files
fix secrets
1 parent 2fd6c5d commit ff40a83

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr_push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,23 @@ jobs:
4040
provider: "LEVEL_ZERO"
4141
runner: "L0"
4242
shared_lib: "['ON']"
43+
secrets: inherit
4344
L0-BMG:
4445
# needs: [Build]
4546
uses: ./.github/workflows/reusable_gpu.yml
4647
with:
4748
provider: "LEVEL_ZERO"
4849
runner: "L0-BMG"
4950
shared_lib: "['ON']"
51+
secrets: inherit
5052
CUDA:
5153
# needs: [Build]
5254
uses: ./.github/workflows/reusable_gpu.yml
5355
with:
5456
provider: "CUDA"
5557
runner: "CUDA"
5658
shared_lib: "['ON']"
59+
secrets: inherit
5760
# Sanitizers:
5861
# needs: [FastBuild]
5962
# uses: ./.github/workflows/reusable_sanitizers.yml

.github/workflows/reusable_gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444
provider: ${{ inputs.provider }}
4545
runner: ${{ inputs.runner }}
4646
shared_lib: ${{ inputs.shared_lib }}
47+
secrets: inherit

0 commit comments

Comments
 (0)