From 859d43797ccf5f6a68bcd7afe4bca3d7039b2657 Mon Sep 17 00:00:00 2001 From: Ali Asadi <10773383+maliasadi@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:06:24 -0400 Subject: [PATCH] Add secrets --- .github/workflows/compat-check-stable-stable.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/compat-check-stable-stable.yml b/.github/workflows/compat-check-stable-stable.yml index 8f33068c39..69f0c9e27f 100644 --- a/.github/workflows/compat-check-stable-stable.yml +++ b/.github/workflows/compat-check-stable-stable.yml @@ -9,30 +9,40 @@ jobs: tests_linux: name: Lightning Compatibility test (tests_linux) - stable/stable uses: ./.github/workflows/tests_linux.yml + secrets: + codecov_token: ${{ secrets.CODECOV_TOKEN }} with: lightning-version: stable pennylane-version: stable tests_lkokkos_gpu: name: Lightning Compatibility test (tests_lkokkos_gpu) - stable/stable uses: ./.github/workflows/tests_gpu_kokkos.yml + secrets: + codecov_token: ${{ secrets.CODECOV_TOKEN }} with: lightning-version: stable pennylane-version: stable tests_lgpu_gpu: name: Lightning Compatibility test (tests_lgpu_gpu) - stable/stable uses: ./.github/workflows/tests_gpu_cuda.yml + secrets: + codecov_token: ${{ secrets.CODECOV_TOKEN }} with: lightning-version: stable pennylane-version: stable tests_lgpu_gpu_mpi: name: Lightning Compatibility test (tests_lgpu_gpu_mpi) - stable/stable uses: ./.github/workflows/tests_linux_x86_mpi_gpu.yml + secrets: + codecov_token: ${{ secrets.CODECOV_TOKEN }} with: lightning-version: stable pennylane-version: stable tests_without_binary: name: Lightning Compatibility test (tests_without_binary) - stable/stable uses: ./.github/workflows/tests_without_binary.yml + secrets: + codecov_token: ${{ secrets.CODECOV_TOKEN }} with: lightning-version: stable pennylane-version: stable