Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Create Android secrets file.
  • Loading branch information
xcarol authored Feb 23, 2024
1 parent fd8ff18 commit a8e560b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2


- name: Setup android secret
uses: finnp/[email protected]
env:
FILE_NAME: "android/secrets.properties"
FILE_DATA: "MAPS_API_KEY=${{ secrets.SERVICE_ACCOUNT_JSON }}"

- name: Set up Flutter
uses: subosito/flutter-action@v2

Expand Down

0 comments on commit a8e560b

Please sign in to comment.