Skip to content

Commit

Permalink
chore: update secret (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechmarek committed Jun 19, 2023
1 parent 0bb4532 commit d34abed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { getAnalytics } from "firebase/analytics";
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "${{ API_KEY }}",
apiKey: ${{ secrets.API_KEY }},
authDomain: "awesome-react-navbar.firebaseapp.com",
projectId: "awesome-react-navbar",
storageBucket: "awesome-react-navbar.appspot.com",
Expand Down

0 comments on commit d34abed

Please sign in to comment.