You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated to the latest Gitify. The extraction of package-versions works great.
But on the package-provider part, instead of the old/original credential_file,
it now puts username and api_key, but uses the credential_file-filename:
Step to reproduce
Upgrade to Gitify 2.0.1 and extract a Gitify-powered setup.
Observed behavior
Instead of the old/original credential_file it adds username and api_key.
The api_key is the old/original credential_file-filename (without correct location).
Update: I just noticed it also creates the credential files in the web-root 🤔
Expected behavior
I would expect (and prefer) to have the credential_file in the package-provider-section, if provided before.
I don't want the username and api_key inside my .gitify file, as it resides in the public web-root.