Skip to content

Commit

Permalink
fix secret env
Browse files Browse the repository at this point in the history
  • Loading branch information
2shrestha22 committed Jul 17, 2024
1 parent d55f869 commit c0c5d77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
KEYSTORE_FILE_BASE64: ${{ secrets.KEYSTORE_FILE_BASE64 }}
KEY_PROPERTIES_BASE64: ${{ secrets.KEY_PROPERTIES_BASE64 }}
steps:
- name: Clone Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c0c5d77

Please sign in to comment.