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.
Environment
Gitify 2.0.1
MODX 2.8.5
PHP 8.0.28
The text was updated successfully, but these errors were encountered:
Summary
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
andapi_key
, but uses thecredential_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 addsusername
andapi_key
.The
api_key
is the old/originalcredential_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
andapi_key
inside my .gitify file, as it resides in the public web-root.Environment
Gitify 2.0.1
MODX 2.8.5
PHP 8.0.28
The text was updated successfully, but these errors were encountered: