Skip to content

Commit

Permalink
Merge branch 'fix/missing_keys' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHadiSatrio authored Dec 23, 2024
2 parents 722295b + ec56cf0 commit ec41bc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
RELEASE_KEY_STORE_PASSWORD: ${{ secrets.RELEASE_KEY_STORE_PASSWORD }}
RELEASE_KEY_ALIAS: ${{ secrets.RELEASE_KEY_ALIAS }}
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}
RELEASE_KEY_GOOGLE_API: ${{ secrets.RELEASE_KEY_GOOGLE_API }}
DEBUG_KEY_GOOGLE_API: ${{ secrets.DEBUG_KEY_GOOGLE_API }}
RELEASE_KEY_HERE_API: ${{ secrets.RELEASE_KEY_HERE_API }}
DEBUG_KEY_HERE_API: ${{ secrets.DEBUG_KEY_HERE_API }}
RELEASE_KEY_OAI_API: ${{ secrets.RELEASE_KEY_OAI_API }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
RELEASE_KEY_STORE_PASSWORD: ${{ secrets.RELEASE_KEY_STORE_PASSWORD }}
RELEASE_KEY_ALIAS: ${{ secrets.RELEASE_KEY_ALIAS }}
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}
RELEASE_KEY_GOOGLE_API: ${{ secrets.RELEASE_KEY_GOOGLE_API }}
DEBUG_KEY_GOOGLE_API: ${{ secrets.DEBUG_KEY_GOOGLE_API }}
RELEASE_KEY_HERE_API: ${{ secrets.RELEASE_KEY_HERE_API }}
DEBUG_KEY_HERE_API: ${{ secrets.DEBUG_KEY_HERE_API }}
RELEASE_KEY_OAI_API: ${{ secrets.RELEASE_KEY_OAI_API }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
RELEASE_KEY_STORE_PASSWORD: ${{ secrets.RELEASE_KEY_STORE_PASSWORD }}
RELEASE_KEY_ALIAS: ${{ secrets.RELEASE_KEY_ALIAS }}
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}
RELEASE_KEY_GOOGLE_API: ${{ secrets.RELEASE_KEY_GOOGLE_API }}
DEBUG_KEY_GOOGLE_API: ${{ secrets.DEBUG_KEY_GOOGLE_API }}
RELEASE_KEY_HERE_API: ${{ secrets.RELEASE_KEY_HERE_API }}
DEBUG_KEY_HERE_API: ${{ secrets.DEBUG_KEY_HERE_API }}
RELEASE_KEY_OAI_API: ${{ secrets.RELEASE_KEY_OAI_API }}
Expand Down

0 comments on commit ec41bc9

Please sign in to comment.