Skip to content

Commit

Permalink
gh client id env var
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 13, 2024
1 parent 0237dd6 commit e02d197
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ VITE_SERVICE_NAME=contributor

# Links.
VITE_LINK_CFL=https://www.codeforlife.education
VITE_LINK_GH_LOGIN=https://github.com/login/oauth/authorize?client_id=Ov23liBErSabQFqROeMg&scope=read%3Auser%20user%3Aemail
VITE_LINK_GH_LOGIN=https://github.com/login/oauth/authorize?client_id=$VITE_GH_CLIENT_ID&scope=read%3Auser%20user%3Aemail
VITE_LINK_GH_CONTRIBUTING=https://github.com/ocadotechnology/codeforlife-workspace/blob/{commitId}/CONTRIBUTING.md
3 changes: 3 additions & 0 deletions .env/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
# 3. Shared mode (.env).
#
# 🚫 DO NOT PUT SECRETS HERE 🚫

# GitHub
VITE_GH_CLIENT_ID="Ov23liFxLb96ubvBRG2O"
3 changes: 3 additions & 0 deletions .env/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
# 3. Shared mode (.env).
#
# 🚫 DO NOT PUT SECRETS HERE 🚫

# GitHub
VITE_GH_CLIENT_ID="Ov23liP5TXOmoYIDBmLB"
3 changes: 3 additions & 0 deletions .env/.env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
# 3. Shared mode (.env).
#
# 🚫 DO NOT PUT SECRETS HERE 🚫

# GitHub
VITE_GH_CLIENT_ID="Ov23liHsmlS8msOMUqLd"

0 comments on commit e02d197

Please sign in to comment.