From 743294b7a2052b9258959b845910239f347797ff Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Mon, 6 Jan 2025 14:09:23 +0000 Subject: [PATCH] ci: fix ci syntax error (#1117) Co-authored-by: ludo --- .github/workflows/ci_reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_reusable.yaml b/.github/workflows/ci_reusable.yaml index 03a66c331..3c039fb09 100644 --- a/.github/workflows/ci_reusable.yaml +++ b/.github/workflows/ci_reusable.yaml @@ -245,5 +245,5 @@ jobs: id: deploy_dr_center run: npx @fleek-platform/cli sites deploy --config ./.fleek_dr_center.json env: - FLEEK_TOKEN: ${{ secret.FLEEK_TOKEN }} + FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }} FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}