Open
Description
Releases
Overview
We need to add support for DEV environment variables so that developers can test external layers of our tech stack without modifying production data.
Action Items
Dev to make changes
- Add new entry to
.example.env
...- key:
VITE_ENV
- value:
DEV
- key:
- modify logic for accessing Huggingface repositories
- modify logic for ContactForm.jsx embedded form
- move google form link into the
.example.env
...- Dev Contact Google Form
- key:
VITE_CONTACT_FORM_DEV
- value: https://docs.google.com/forms/d/e/1FAIpQLScrhJY9ezqlKcpYermIImgGKYZ4bP2k1BRAOpuEay-tVXfvdQ/viewform?embedded=true
- key:
- Prod Contact Google Form
- key:
VITE_CONTACT_FORM_PROD
- value:
REDACTED
- key:
- Dev Contact Google Form
- move google form link into the
- confirm
updateHfDataset.py
can be run locally - note: there may need to be a mechanism for copying the .env file into the same directory of the script you'd like to run
Dev lead to make changes
- navigate to https://github.com/hackforla/311-data/settings/secrets/actions
- add secret:
- key:
VITE_ENV
- value:
PROD
- key:
- add secret:
- key:
VITE_CONTACT_FORM_PROD
- value: https://docs.google.com/forms/d/e/1FAIpQLSdFl8asWybRa0_4BiJjuoW0I8XUh56JJ0XJ3qPRYE9Px3ENlw/viewform?embedded=true
- key:
Resources/Instructions
- Token Information
HUGGINGFACE_LOGIN_TOKEN=**get this from dev lead**
- Stack Overflow:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In progress