From 3abaf50f8906a7245b8b2aae751d894692531dac Mon Sep 17 00:00:00 2001 From: Antoniu Pop Date: Thu, 3 Apr 2025 20:16:58 +0100 Subject: [PATCH] fix(ci): remove unnecessary checkout tokens in GPU CI, which are broken since update of repo secrets --- .github/workflows/gpu-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 7bc92089..c61b28a5 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -8,7 +8,6 @@ env: RUST_BACKTRACE: "full" RUST_MIN_STACK: "8388608" IS_PULL_REQUEST: ${{ github.event_name == 'pull_request' }} - CHECKOUT_TOKEN: ${{ secrets.REPO_CHECKOUT_TOKEN || secrets.GITHUB_TOKEN }} # Secrets will be available only to zama-ai organization members SECRETS_AVAILABLE: ${{ secrets.JOB_SECRET != '' }} @@ -61,7 +60,6 @@ jobs: with: fetch-depth: 0 persist-credentials: 'false' - token: ${{ env.CHECKOUT_TOKEN }} - name: Check for file changes id: changed-files @@ -136,7 +134,6 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: 'false' - token: ${{ env.CHECKOUT_TOKEN }} lfs: true - name: Checkout LFS objects