diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 770e95f33..5856c2130 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,7 @@ on: push: branches: [ master ] env: + PUBLIC_API_URL: "https://api.roadmap.sh" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PAT: ${{ secrets.PAT }} CI: true