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'm not sure what you are using it for, but it may be a good idea to look into alternative means of whatever it is used for (and potentially recreate whatever the key is meant for). GitHub Actions may have what you are looking for, if it is meant to work with the GitHub API. You can use secrets in CI tooling without needing to save them to a code repository.
The text was updated successfully, but these errors were encountered:
It's bad security practice to save any secrets, encrypted or otherwise, within a code repository:
I'm not sure what you are using it for, but it may be a good idea to look into alternative means of whatever it is used for (and potentially recreate whatever the key is meant for). GitHub Actions may have what you are looking for, if it is meant to work with the GitHub API. You can use secrets in CI tooling without needing to save them to a code repository.
The text was updated successfully, but these errors were encountered: