From 0838b5b8536d6a36b00fd94817204c33921ac72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asc=C3=AAnio=20Sanderson?= Date: Sun, 7 Jul 2024 00:46:21 -0300 Subject: [PATCH] ci: try using secrets --- .github/workflows/main.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 420f492..a6d1e30 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -67,3 +67,11 @@ jobs: flutter-version: 3.19.4 - name: Generates appbundle run: flutter build ios --no-codesign + + test-env: + runs-on: ubuntu-latest + steps: + - name: Create .env file + env: + ENV_FILE: ${{ secrets.ENV_FILE }} + run: echo "${{ env.ENV_FILE }}" > .env