Skip to content

Commit

Permalink
ci: fix ci syntax error (#1117)
Browse files Browse the repository at this point in the history
Co-authored-by: ludo <[email protected]>
  • Loading branch information
levalleux-ludo and ludo authored Jan 6, 2025
1 parent 62c5768 commit 743294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 743294b

Please sign in to comment.