diff --git a/.github/workflows/azure-static-web-apps-jolly-bush-09eb13f00.yml b/.github/workflows/azure-static-web-apps-jolly-bush-09eb13f00.yml index 721a284..5d74efa 100644 --- a/.github/workflows/azure-static-web-apps-jolly-bush-09eb13f00.yml +++ b/.github/workflows/azure-static-web-apps-jolly-bush-09eb13f00.yml @@ -16,8 +16,10 @@ jobs: name: Build and Deploy Job steps: - - name: Read a secret! + - name: Create .env run: echo "My sercret is ${{ secrets.VITE_API_KEY }}" + env: + VITE_API_KEY: ${{ secrets.VITE_API_KEY }} - uses: actions/checkout@v3 with: submodules: true