Skip to content

Commit

Permalink
Remove unnecessary secrets to build the apps on PR CI Checks (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro authored Jan 16, 2024
1 parent 07de018 commit cbc01bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ jobs:
distribution: adopt
java-version: 17

- name: Prepare environment
run: |
echo "${{ secrets.RELEASE_KEYSTORE }}" > .sign/release.keystore.asc
gpg -d --passphrase "${{ secrets.PASSPHRASE }}" --batch .sign/release.keystore.asc > .sign/release.keystore
echo "${{ secrets.RELEASE_KEYSTORE_PROPERTIES }}" > .sign/keystore.properties.asc
gpg -d --passphrase "${{ secrets.PASSPHRASE }}" --batch .sign/keystore.properties.asc > .sign/keystore.properties
echo "${{ secrets.ENV_PROPERTIES }}" > .env.properties
- name: Cache Gradle and wrapper
uses: actions/cache@v3
with:
Expand Down

0 comments on commit cbc01bb

Please sign in to comment.