Remove WGER_API_KEY, this registration key is not needed anymore

This commit is contained in:
Roland Geider
2024-11-09 13:07:24 +01:00
parent 0a40758c32
commit 3978b4bd8b
8 changed files with 6 additions and 74 deletions

View File

@@ -68,13 +68,9 @@ jobs:
- name: Build AAB
run: flutter build appbundle --release
env:
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
- name: Build APK
run: flutter build apk --release
env:
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
- name: Upload build to Play Store
run: |