From 94d888a61ec01f22fa7e7249e4389cf63c30e563 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 9 May 2023 03:35:45 +0100 Subject: [PATCH] Add avatar url config --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) 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