Skip to content

Commit

Permalink
Added env varible for the DWDS application
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda committed Oct 2, 2023
1 parent d5b9d61 commit c28789f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ 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 }}
run: |
cd kiwix-android
eval "./gradlew publish${TAG^}ReleaseApkWithExpansionFile"

0 comments on commit c28789f

Please sign in to comment.