Skip to content

Commit

Permalink
ci: add get env files to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Oct 1, 2023
1 parent b8481a6 commit 64d8a49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
cache: true
cache-key: 'flutter-:os:-:version:'
cache-path: '${{ runner.tool_cache }}/flutter/:os:-:version:'
- name: Retrieve the secret and decode it to a file
env:
ENV_PROD_BASE64: ${{ secrets.ENV_PROD_BASE64 }}
run: echo $ENV_PROD_BASE64 | base64 --decode > .env/prod.json
- name: Setup project
run: sh setup.sh
- name: Verify formated files
Expand Down

0 comments on commit 64d8a49

Please sign in to comment.