Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed google-service-json and setup CI #1409

Merged
merged 16 commits into from
Feb 29, 2024

Conversation

antonijzelinskij
Copy link
Contributor

No description provided.

@stepanLav
Copy link
Member

stepanLav commented Feb 27, 2024

changed google-service files to base64 format, as it suffer from formatting issue.
in order to decode it is used action

Tested by:
https://github.com/novasamatech/nova-wallet-android/actions/runs/8063654557

Comment on lines 126 to 140
- name: 📂 Set up DEV Google Services
if: ${{ !startsWith(inputs.gradlew-command, 'false') }}
uses: davidSchuppa/base64Secret-toFile-action@v3
with:
secret: ${{ env.CI_DEVELOP_GOOGLE_SERVICES_FILE }}
filename: google-services.json
destination-path: ./app

- name: 📂 Set up PROD Google Services
if: ${{ !startsWith(inputs.gradlew-command, 'false') }}
uses: davidSchuppa/base64Secret-toFile-action@v3
with:
secret: ${{ env.CI_PRODUCTION_GOOGLE_SERVICES_FILE }}
filename: google-services.json
destination-path: ./app/src/release/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@valentunn The dev google-services I put to common folder (app/) and for release build it should be overridden by app/src/release/

@stepanLav
Copy link
Member

The workflow is fallen because the develop branch doesn't contain changes yet

@antonijzelinskij antonijzelinskij merged commit d72e8c1 into develop Feb 29, 2024
1 check failed
@antonijzelinskij antonijzelinskij deleted the fix/remove-google-services branch February 29, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants