generated from halo-dev/theme-modern-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(security): Resolve accidental GitHub Personal Token leak
Fixes the issue where the GitHub Personal Token was accidentally leaked in the previous commit. This commit implements the necessary measures to ensure the token is properly protected and not exposed. The accidental token leak posed a security risk, potentially allowing unauthorized access to sensitive information. By addressing this issue promptly, we have mitigated the risk and strengthened the security of our project. This fix ensures that the GitHub Personal Token is securely stored and accessed only when required, preventing any further accidental exposure. We apologize for any inconvenience caused and appreciate your understanding.
- Loading branch information
1 parent
67fe29c
commit 5f17f07
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters