Skip to content

Commit

Permalink
ci(secret): added google api key pattern test
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSV committed Nov 25, 2024
1 parent f87ae95 commit 9ab3138
Showing 1 changed file with 1 addition and 1 deletion.
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-Q0Z12345ABCDE"
const TEST_KEY = "AIzaSyD4o6sX_vP7ZxUM5XsI-Q0Z12545ABCDE"
export const EVENTS = {
TRIGGER_LOADER: 'TRIGGER_LOADER',
TRIGGER_MOBILE_NAV: 'TRIGGER_MOBILE_NAV',
Expand Down

0 comments on commit 9ab3138

Please sign in to comment.