diff --git a/.gitea/workflows/deploy-android.yaml b/.gitea/workflows/deploy-android.yaml index 3f835d8..e991537 100644 --- a/.gitea/workflows/deploy-android.yaml +++ b/.gitea/workflows/deploy-android.yaml @@ -36,6 +36,9 @@ jobs: ruby-version: '3.3' bundler-cache: true + - name: Créer le fichier .env + run: echo "${{ secrets.ENV_FILE }}" > .env + - name: Créer le fichier Auth Google run: echo "${{ secrets.FIREBASE_CREDENTIALS }}" > ./android/firebase_credentials.json