Skip to content

Commit

Permalink
Merge pull request #29 from rees46/chore/github-checks
Browse files Browse the repository at this point in the history
chore(github): checks
  • Loading branch information
Nelfimov authored Jun 26, 2024
2 parents 7c5b50d + 93d60c3 commit 21bdb53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
SIGNING_SECRET_KEY_RING_FILE_LOCATION: ./personalizatio-sdk
GOOGLE_SERVICES_FILE_LOCATION: ./sample
GOOGLE_SERVICES_FILE_NAME: google-services.json
OSSRH_USERNAME: '[email protected]'
VARIANT_NAME: rees46
URL: https://github.com/rees46/rees46-android-sdk
MAVEN_REPOSITORY_URL: https://maven.pkg.github.com/rees46/rees46-android-sdk
secrets:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SONATYPE_REES46: ${{ secrets.SONATYPE_REES46 }}
SONATYPE_PERSONACLICK: ${{ secrets.SONATYPE_PERSONACLICK }}
SIGNING_KEY_FILE_AS_BASE64_STRING: ${{ secrets.SIGNING_KEY_FILE_AS_BASE64_STRING }}
GOOGLE_SERVICES_FILE_AS_BASE64_STRING: ${{ secrets.GOOGLE_SERVICES_FILE_AS_BASE64_STRING }}

0 comments on commit 21bdb53

Please sign in to comment.