-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make small changes to secrets
- Loading branch information
1 parent
960dd92
commit 27b5f05
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,16 +37,16 @@ jobs: | |
- name: Write Keystore from base64 encoded secret. | ||
uses: timheuer/[email protected] | ||
with: | ||
fileName: "fdsm_keystore.jks" | ||
fileName: "sbb_maps_flutter_example_keystore.jks" | ||
fileDir: "./example/android/app/keys" | ||
encodedString: ${{ secrets.ANDROID_KEYSTORE_64 }} | ||
|
||
- run: flutter pub get | ||
- run: dart run build_runner build --delete-conflicting-outputs | ||
- run: flutter build appbundle --no-pub | ||
env: | ||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }} | ||
KEY_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }} | ||
SIGNING_KEYSTORE_PASSWORD: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }} | ||
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} | ||
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }} | ||
|
||
- name: Create Signing Report | ||
|