Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Keep trying with secrets...
  • Loading branch information
xcarol authored Feb 23, 2024
1 parent f0aa3a0 commit a1daf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Read secrets.properties
run: echo "MAPS_API_KEY=$MAPS_API_KEY" >> android/secrets.properties
run: echo "MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}" >> android/secrets.properties

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

0 comments on commit a1daf7a

Please sign in to comment.