Skip to content

Commit

Permalink
add back .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
vineelsai26 authored Jan 13, 2024
1 parent 5529fd5 commit 71d9407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
distribution: 'adopt'
cache: gradle

- name: Create .env file
run: |
echo DECRYPTION_KEY=${{ secrets.DECRYPTION_KEY }} > .env
echo VERIFICATION_KEY=${{ secrets.VERIFICATION_KEY }} >> .env
- name: Build with Gradle
run: chmod +x gradlew && ./gradlew assembleDebug --stacktrace

Expand Down

0 comments on commit 71d9407

Please sign in to comment.