Skip to content

Commit

Permalink
ci(secret): added google api key pattern test12
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSV committed Nov 25, 2024
1 parent 9ab3138 commit 46874fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Configure git-secrets
run: |
git secrets --install
git secrets --add 'AIza[A-Za-z0-9_-]{35}'
git secrets --add 'ghp_[A-Za-z0-9]{36}'
git secrets --register-aws
- name: Scan for Secrets
Expand Down
2 changes: 1 addition & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const NAV_OPTIONS = [
unSelectedLogo: '/icons/nav-calendar.svg',
},
];
const TEST_KEY = "AIzaSyD4o6sX_vP7ZxUM5XsI-Q0Z12545ABCDE"
const TEST_KEY = "ghp_abcd1234efgh5678ijklmnopqrstuvwx90yz"
export const EVENTS = {
TRIGGER_LOADER: 'TRIGGER_LOADER',
TRIGGER_MOBILE_NAV: 'TRIGGER_MOBILE_NAV',
Expand Down

0 comments on commit 46874fa

Please sign in to comment.