mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
chore(ci): remove references to GoogleService-Info.plist
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -78,7 +78,6 @@ jobs:
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
FIREBASE_OPTIONS: ${{ secrets.FIREBASE_OPTIONS }}
|
||||
GOOGLE_SERVICE_INFO_PLIST: ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }}
|
||||
MATCH_KEYCHAIN_NAME: ${{ secrets.MATCH_KEYCHAIN_NAME }}
|
||||
MATCH_KEYCHAIN_PASSWORD: ${{ secrets.MATCH_KEYCHAIN_PASSWORD }}
|
||||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
||||
|
||||
3
.github/workflows/release_ios.yml
vendored
3
.github/workflows/release_ios.yml
vendored
@@ -29,8 +29,6 @@ on:
|
||||
required: true
|
||||
FIREBASE_OPTIONS:
|
||||
required: true
|
||||
GOOGLE_SERVICE_INFO_PLIST:
|
||||
required: true
|
||||
MATCH_KEYCHAIN_NAME:
|
||||
required: true
|
||||
MATCH_KEYCHAIN_PASSWORD:
|
||||
@@ -70,7 +68,6 @@ jobs:
|
||||
- name: Install Secrets
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
echo ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }} | base64 --decode > ios/GoogleService-Info.plist
|
||||
echo ${{ secrets.FIREBASE_OPTIONS }} | base64 --decode > lib/firebase_options.dart
|
||||
|
||||
- name: Setup SSH Agent
|
||||
|
||||
Reference in New Issue
Block a user