We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148e863 commit 5885ba4Copy full SHA for 5885ba4
1 file changed
home.js
@@ -11,7 +11,7 @@ document.addEventListener("DOMContentLoaded", () => {
11
12
let isDarkMode = true;
13
let recognition;
14
- const API_KEY = "AIzaSyDYV2slkUuzJ3ddfmKFXZYm6l9VWlV3OOI"; // Consider moving this to a config file
+ const API_KEY = ${{ secrets.API_KEY }} // Consider moving this to a config file
15
16
init();
17
@@ -336,4 +336,4 @@ function copyCode(button) {
336
button.innerHTML = originalText;
337
}, 2000);
338
});
339
-}
+}
0 commit comments