From 169605ef5133275fadba93bc51140cb9f4851670 Mon Sep 17 00:00:00 2001 From: Fernando Jose Gonzalez Sierra Date: Sat, 9 Mar 2024 16:44:56 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9f17cb..bc9b08b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: uses: elgohr/Publish-Docker-Github-Action@v5 env: API_URI: http://${{ secrets.DEPLOY_HOST }}:8000 - REACT_APP_FIREBASE_KEY: ${{ github.REACT_APP_FIREBASE_KEY }} + REACT_APP_FIREBASE_KEY: ${{ secrets.REACT_APP_FIREBASE_KEY }} with: name: arquisoft/wiq_es05a/webapp username: ${{ github.actor }}