mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 04:30:01 +02:00
Add avatar url config
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
env:
|
env:
|
||||||
PUBLIC_API_URL: "https://api.roadmap.sh"
|
PUBLIC_API_URL: "https://api.roadmap.sh"
|
||||||
|
PUBLIC_AVATAR_BASE_URL: "https://dodrc8eu8m09s.cloudfront.net/avatars"
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PAT: ${{ secrets.PAT }}
|
PAT: ${{ secrets.PAT }}
|
||||||
CI: true
|
CI: true
|
||||||
|
Reference in New Issue
Block a user