diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 8c5e8036c..33c6c45c7 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - name: 🪖 Creating .dev.env for nodemailer + - name: 🪖 Creating .dev.env for nodemailer/aws working-directory: ./server run: | touch .dev.env @@ -26,6 +26,9 @@ jobs: echo SMTP_USER=${{ secrets.SMTP_USER }} >> .dev.env echo SMTP_PASS=${{ secrets.SMTP_PASS }} >> .dev.env echo SMTP_PORT=${{ secrets.SMTP_PORT }} >> .dev.env + echo AWS_ACCESS_KEY=${{ secrets.AWS_ACCESS_KEY }} >> .dev.env + echo AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} >> .dev.env + echo AWS_S3_REGION=${{ secrets.AWS_S3_REGION }} >> .dev.env cat .dev.env - name: 🎧 Install modules working-directory: ./server diff --git a/client/public/index.html b/client/public/index.html index a0b379217..bdb8f59c2 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -14,7 +14,6 @@ manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> -