From de482401960b3cec730f5974148d72a7071d4175 Mon Sep 17 00:00:00 2001 From: maytham-96 <190173090+maytham-96@users.noreply.github.com> Date: Wed, 7 May 2025 17:14:53 +0330 Subject: [PATCH 1/2] Create webpack.yml --- .github/workflows/webpack.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/webpack.yml diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml new file mode 100644 index 000000000..9626ff6d3 --- /dev/null +++ b/.github/workflows/webpack.yml @@ -0,0 +1,28 @@ +name: NodeJS with Webpack + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [18.x, 20.x, 22.x] + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + npx webpack From 5679b53b30fded9dc7ab38660ae86c1fcaaa5ce2 Mon Sep 17 00:00:00 2001 From: maytham-96 <190173090+maytham-96@users.noreply.github.com> Date: Wed, 7 May 2025 17:24:42 +0330 Subject: [PATCH 2/2] Update .env --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index c1ffb2c11..f761c02cf 100644 --- a/.env +++ b/.env @@ -1,2 +1,3 @@ # create your own API KEY at https://aistudio.google.com/apikey -#REACT_APP_GEMINI_API_KEY='' +#REACT_APP_GEMINI_API_KEY='AIzaSyD3ybpdeky_V3bsLKgQEdfpyiZB7l0S2c0' +REACT_APP_GEMINI_API_KEY='AIzaSyD3ybpdeky_V3bsLKgQEdfpyiZB7l0S2c0'