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 }}