File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4141 pnpm firebase deploy --only hosting:rtbot-docs
4242 env :
4343 FIREBASE_TOKEN : ${{ secrets.FIREBASE_TOKEN }}
44+ REACT_APP_FIREBASE_API_KEY : ${{ secrets.REACT_APP_FIREBASE_API_KEY }}
Original file line number Diff line number Diff line change @@ -42,3 +42,4 @@ bazel-out/
4242venv /
4343settings.json
4444.firebase
45+ .envrc
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment';
66
77if ( ExecutionEnvironment . canUseDOM ) {
88 const firebaseConfig = {
9- apiKey : "AIzaSyCqB0uKOBnMh85SgneXjLid9aOsCQmDnqU" ,
9+ apiKey : process . env . REACT_APP_FIREBASE_API_KEY ,
1010 authDomain : "rtbot-6515d.firebaseapp.com" ,
1111 projectId : "rtbot-6515d" ,
1212 storageBucket : "rtbot-6515d.appspot.com" ,
You can’t perform that action at this time.
0 commit comments