Skip to content

Commit

Permalink
fix(frontend): added unsplash client id
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoSkorJjj committed Apr 29, 2024
1 parent ab6e1a8 commit 88db929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/frontend-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
VITE_API_PROD_BASE_URL: ${{ secrets.VITE_API_PROD_BASE_URL }}
VITE_GOOGLE_CLIENT_ID: ${{ secrets.VITE_GOOGLE_CLIENT_ID }}
VITE_NODE_ENV: ${{ secrets.VITE_NODE_ENV }}
VITE_UNSPLASH_CLIENT_ID: ${{ secrets.VITE_UNSPLASH_CLIENT_ID }}
run: |
cd client
npm install
Expand Down
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ const App = () => {
);
};

export default App;
export default App;

0 comments on commit 88db929

Please sign in to comment.