Skip to content

Commit

Permalink
Update example-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm authored Dec 31, 2024
1 parent f09124b commit 852adbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sed -i -e 's/#API_KEY#/${{ secrets.API_KEY }}/g' GoogleService-Info.plist
sed -i -e 's/#GCM_SENDER_ID#/${{ secrets.GCM_SENDER_ID }}/g' GoogleService-Info.plist
sed -i -e 's/#GOOGLE_APP_ID#/${{ secrets.GOOGLE_APP_ID }}/g' GoogleService-Info.plist
sed -i -e 's/#DATABASE_URL#/${{ secrets.DATABASE_URL }}/g' GoogleService-Info.plist
sed -i '' "s|#DATABASE_URL#|${{ secrets.DATABASE_URL }}|g" GoogleService-Info.plist
- name: Build
working-directory: ./example
Expand Down

0 comments on commit 852adbc

Please sign in to comment.