Replies: 1 comment 1 reply
-
|
The setup now supports the new python-garminconnect token format. GARMIN_TOKENS_B64 can be either a base64-encoded ZIP containing garmin_tokens.json, or a base64-encoded raw garmin_tokens.json file. For the raw file option: Then save that value as the repository secret GARMIN_TOKENS_B64. No Garmin username/password should be required if GARMIN_TOKENS_B64 is set. Let me know if you still have trouble. I have yet to see if this works for daily refreshes but so far so good |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to set this up using Garmin tokens instead of username / password because of 2FA on my account. I have a valid garmin-tokens.json file that I generated using the python-garminconnect API, but base64 encoding the file doesn't seem to work. Has anyone gotten this working with the new token format?
Beta Was this translation helpful? Give feedback.
All reactions