Create a GitHub Account :github-icon-1:
(If you don't have one already; this can be a free account)
Fork the Repository 🍴
In your forked repository, go to "Settings" tab
Click on "Secrets and variables" in the left sidebar
Select "Actions"
Click "New repository secret"
You'll need to add several secrets mentioned in the repository's README:
GARMIN_EMAIL (your Garmin account email)
Example:
Name = GARMIN_EMAIL
Value = your Garmin email address
GARMIN_PASSWORD (your Garmin account password)
NOTION_TOKEN (your Notion API key)
NOTION_DB_ID (your Notion database ID, this is for the Activities page/database)
NOTION_PR_DB_ID (same as previous but for the Personal Records page/database)
NOTION_STEPS_DB_ID (same but for the Daily Steps page/database (optional))
Test Workflow 🥳🤞