Skip to content

Commit

Permalink
Enhanced publish.yml file.
Browse files Browse the repository at this point in the history
* We have modified our workflow file to support one secret for both userName and password and we are handling this in android code.
  • Loading branch information
MohitMaliDeveloper committed Oct 3, 2023
1 parent e502209 commit c099dbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION_USER_NAME: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION_USER_NAME }}
DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION_PASSWORD: ${{secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION_PASSWORD }}
DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION }}
run: |
cd kiwix-android
eval "./gradlew publish${TAG^}ReleaseApkWithExpansionFile"

0 comments on commit c099dbe

Please sign in to comment.