Skip to content

Commit

Permalink
[RFR-453] Fix typo in hcaptcha key injection
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed May 12, 2023
1 parent c569aea commit 78920e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle_connected-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
echo "githubToken=${{ secrets.GH_READ_TOKEN }}" >> gradle.properties
echo "google.maps_api_key=${{ secrets.GOOGLE_MAPS_KEY }}" >> gradle.properties
echo "google.maps_api_key.r4r=${{ secrets.GOOGLE_MAPS_KEY_R4R }}" >> gradle.properties
echo "google.hCaptcha.key=${{ secrets.H_CAPTCHA_KEY }}" >> gradle.properties
echo "google.hCaptcha.key.r4r=${{ secrets.H_CAPTCHA_KEY_R4R }}" >> gradle.properties
echo "hCaptcha.key=${{ secrets.H_CAPTCHA_KEY }}" >> gradle.properties
echo "hCaptcha.key.r4r=${{ secrets.H_CAPTCHA_KEY_R4R }}" >> gradle.properties
- name: Inject dummy credentials for UI tests to skip login
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
# Inject Google Maps API key
echo "google.maps_api_key=${{ secrets.GOOGLE_MAPS_KEY }}" >> gradle.properties
echo "google.maps_api_key.r4r=${{ secrets.GOOGLE_MAPS_KEY_R4R }}" >> gradle.properties
echo "google.hCaptcha.key=${{ secrets.H_CAPTCHA_KEY }}" >> gradle.properties
echo "google.hCaptcha.key.r4r=${{ secrets.H_CAPTCHA_KEY_R4R }}" >> gradle.properties
echo "hCaptcha.key=${{ secrets.H_CAPTCHA_KEY }}" >> gradle.properties
echo "hCaptcha.key.r4r=${{ secrets.H_CAPTCHA_KEY_R4R }}" >> gradle.properties
# As we previously published the app with version code up to 320, we need add this as offset
- name: Calculate versionCode
Expand Down

0 comments on commit 78920e6

Please sign in to comment.