From 358103b161d4990fb882898c7b0441cf1691d882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Thu, 19 Sep 2024 10:29:37 +0200 Subject: [PATCH] chore(ci): add token to checkout private repo tfhe-rs-internal --- .github/workflows/aws_tfhe_backward_compat_tests.yml | 1 + .github/workflows/aws_tfhe_fast_tests.yml | 1 + .github/workflows/aws_tfhe_integer_tests.yml | 1 + .github/workflows/aws_tfhe_signed_integer_tests.yml | 1 + .github/workflows/aws_tfhe_tests.yml | 1 + .github/workflows/aws_tfhe_wasm_tests.yml | 1 + .github/workflows/benchmark_boolean.yml | 1 + .github/workflows/benchmark_core_crypto.yml | 1 + .github/workflows/benchmark_gpu_4090.yml | 1 + .github/workflows/benchmark_gpu_core_crypto.yml | 1 + .github/workflows/benchmark_gpu_integer.yml | 1 + .github/workflows/benchmark_gpu_integer_full.yml | 1 + .github/workflows/benchmark_gpu_integer_multi_bit.yml | 1 + .github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml | 1 + .github/workflows/benchmark_gpu_integer_multi_gpu_full.yml | 1 + .github/workflows/benchmark_integer.yml | 1 + .github/workflows/benchmark_shortint.yml | 1 + .github/workflows/benchmark_signed_integer.yml | 1 + .github/workflows/benchmark_wasm_client.yml | 1 + .github/workflows/benchmark_zk_pke.yml | 1 + .github/workflows/csprng_randomness_tests.yml | 1 + .github/workflows/gpu_4090_tests.yml | 1 + .github/workflows/gpu_fast_h100_tests.yml | 1 + .github/workflows/gpu_fast_tests.yml | 1 + .github/workflows/gpu_full_multi_gpu_tests.yml | 1 + .github/workflows/gpu_pcc.yml | 1 + .github/workflows/gpu_signed_integer_h100_tests.yml | 1 + .github/workflows/gpu_signed_integer_tests.yml | 1 + .github/workflows/gpu_unsigned_integer_h100_tests.yml | 1 + .github/workflows/gpu_unsigned_integer_tests.yml | 1 + 30 files changed, 30 insertions(+) diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index 9e3d6b4b6f..782456d7b0 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -47,6 +47,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index 0edd1be98d..d4dce748bc 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -147,6 +147,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/aws_tfhe_integer_tests.yml b/.github/workflows/aws_tfhe_integer_tests.yml index 1d369f0d3f..2bc120e649 100644 --- a/.github/workflows/aws_tfhe_integer_tests.yml +++ b/.github/workflows/aws_tfhe_integer_tests.yml @@ -93,6 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: "false" + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/aws_tfhe_signed_integer_tests.yml b/.github/workflows/aws_tfhe_signed_integer_tests.yml index 0544c9f0cb..1d549d996e 100644 --- a/.github/workflows/aws_tfhe_signed_integer_tests.yml +++ b/.github/workflows/aws_tfhe_signed_integer_tests.yml @@ -93,6 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: "false" + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index d6a53f0ef8..b01dc8868b 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -154,6 +154,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/aws_tfhe_wasm_tests.yml b/.github/workflows/aws_tfhe_wasm_tests.yml index 135150fde0..c90def2307 100644 --- a/.github/workflows/aws_tfhe_wasm_tests.yml +++ b/.github/workflows/aws_tfhe_wasm_tests.yml @@ -48,6 +48,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/benchmark_boolean.yml b/.github/workflows/benchmark_boolean.yml index 8b68b14e71..822fd01861 100644 --- a/.github/workflows/benchmark_boolean.yml +++ b/.github/workflows/benchmark_boolean.yml @@ -51,6 +51,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_core_crypto.yml b/.github/workflows/benchmark_core_crypto.yml index 4fc950342c..923e196e54 100644 --- a/.github/workflows/benchmark_core_crypto.yml +++ b/.github/workflows/benchmark_core_crypto.yml @@ -47,6 +47,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_gpu_4090.yml b/.github/workflows/benchmark_gpu_4090.yml index 2c49e8ddfd..a5e6440bda 100644 --- a/.github/workflows/benchmark_gpu_4090.yml +++ b/.github/workflows/benchmark_gpu_4090.yml @@ -42,6 +42,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_gpu_core_crypto.yml b/.github/workflows/benchmark_gpu_core_crypto.yml index 680450db13..6f269d29cb 100644 --- a/.github/workflows/benchmark_gpu_core_crypto.yml +++ b/.github/workflows/benchmark_gpu_core_crypto.yml @@ -68,6 +68,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_gpu_integer.yml b/.github/workflows/benchmark_gpu_integer.yml index dc73aaaf45..4d68916b7e 100644 --- a/.github/workflows/benchmark_gpu_integer.yml +++ b/.github/workflows/benchmark_gpu_integer.yml @@ -71,6 +71,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_gpu_integer_full.yml b/.github/workflows/benchmark_gpu_integer_full.yml index 5f544c9cfe..5407600b6b 100644 --- a/.github/workflows/benchmark_gpu_integer_full.yml +++ b/.github/workflows/benchmark_gpu_integer_full.yml @@ -75,6 +75,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_gpu_integer_multi_bit.yml b/.github/workflows/benchmark_gpu_integer_multi_bit.yml index 5c34398a29..9e696c3282 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit.yml @@ -84,6 +84,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml b/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml index 26485baae3..489359159c 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml @@ -85,6 +85,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml index 9502eaa988..a08a935909 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml @@ -75,6 +75,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_integer.yml b/.github/workflows/benchmark_integer.yml index 76954ca1eb..f9490ec417 100644 --- a/.github/workflows/benchmark_integer.yml +++ b/.github/workflows/benchmark_integer.yml @@ -90,6 +90,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_shortint.yml b/.github/workflows/benchmark_shortint.yml index 0f592a86e8..a9c88cc16b 100644 --- a/.github/workflows/benchmark_shortint.yml +++ b/.github/workflows/benchmark_shortint.yml @@ -82,6 +82,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_signed_integer.yml b/.github/workflows/benchmark_signed_integer.yml index a443df59e3..f2557a009a 100644 --- a/.github/workflows/benchmark_signed_integer.yml +++ b/.github/workflows/benchmark_signed_integer.yml @@ -90,6 +90,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_wasm_client.yml b/.github/workflows/benchmark_wasm_client.yml index f398b8695c..53fab3eb36 100644 --- a/.github/workflows/benchmark_wasm_client.yml +++ b/.github/workflows/benchmark_wasm_client.yml @@ -83,6 +83,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/benchmark_zk_pke.yml b/.github/workflows/benchmark_zk_pke.yml index 2c66e17bb6..d4c6cb58ec 100644 --- a/.github/workflows/benchmark_zk_pke.yml +++ b/.github/workflows/benchmark_zk_pke.yml @@ -87,6 +87,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Get benchmark details run: | diff --git a/.github/workflows/csprng_randomness_tests.yml b/.github/workflows/csprng_randomness_tests.yml index 16371e9267..bff6204f3d 100644 --- a/.github/workflows/csprng_randomness_tests.yml +++ b/.github/workflows/csprng_randomness_tests.yml @@ -48,6 +48,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/gpu_4090_tests.yml b/.github/workflows/gpu_4090_tests.yml index d8fb1e151a..2d290882ef 100644 --- a/.github/workflows/gpu_4090_tests.yml +++ b/.github/workflows/gpu_4090_tests.yml @@ -37,6 +37,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Install latest stable uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index a1d9cfbdb3..ceb5ccbd08 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -111,6 +111,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index ed70ef65ac..9e55a0a5bb 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -109,6 +109,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index a12ffc36ff..2bd0ecb2df 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -111,6 +111,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/gpu_pcc.yml b/.github/workflows/gpu_pcc.yml index 623039f8c7..6da8426cd4 100644 --- a/.github/workflows/gpu_pcc.yml +++ b/.github/workflows/gpu_pcc.yml @@ -56,6 +56,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index 12b1887593..6e5257fc74 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Check for file changes id: changed-files diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index b31a4dcd04..104e51e14b 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -119,6 +119,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: 'false' + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Set up home run: | diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index 0048c6637d..931d25efe6 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Check for file changes id: changed-files diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index 45fe905de4..87ecd2ab6a 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -38,6 +38,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 + token: ${{ secrets.FHE_ACTIONS_TOKEN }} - name: Check for file changes id: changed-files