Skip to content

Commit

Permalink
ci: try using secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent 5b343e4 commit 0838b5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0838b5b

Please sign in to comment.