From 25a03ba6b63e2cd7034f300942ad0e5ade67b83e Mon Sep 17 00:00:00 2001 From: Stadnik Andrii Date: Fri, 6 Oct 2023 15:08:43 +0300 Subject: [PATCH] chore(CI.yml): update SHEET_ID environment variable --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5e3f07e9..9531b345 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,9 +22,9 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Download the table if: github.base_ref == 'main' - env: - SHEET_ID: ${{ secrets['SHEET_ID_${github.base_ref}'] }} - run: curl -L "docs.google.com/spreadsheets/d/${SHEET_ID}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv + # env: + # SHEET_ID: + run: curl -L "docs.google.com/spreadsheets/d/${{ secrets['SHEET_ID_${github.base_ref}'] }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv # - uses: baptiste0928/cargo-install@v2 # with: