diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5856c2130..e4f5ed0ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,7 @@ on: branches: [ master ] env: PUBLIC_API_URL: "https://api.roadmap.sh" + PUBLIC_AVATAR_BASE_URL: "https://dodrc8eu8m09s.cloudfront.net/avatars" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PAT: ${{ secrets.PAT }} CI: true