Skip to content

Commit

Permalink
make all secrets available for check
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarol committed Feb 26, 2024
1 parent fa0f060 commit 955ae79
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 @@ -42,8 +42,14 @@ jobs:
run: flutter pub get

- name: Setup upterm session
env:
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
KEY_STORE: ${{ secrets.KEY_STORE }}
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
GOOGLE_PLAY_JSON: ${{ secrets.GOOGLE_PLAY_JSON }}
uses: lhotari/action-upterm@v1

- name: Build AAB
run: flutter build appbundle --release --dart-define=MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}

Expand Down

0 comments on commit 955ae79

Please sign in to comment.