Skip to content

Commit

Permalink
Added git-crypt decryption step
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-saeed-malik authored Nov 7, 2021
1 parent fe0627d commit 9c65f5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected]

# Decrypt encrypted files (only used to hide secret file(s) since this repository is public)
- name: Unlock secrets
uses: sliteteam/[email protected]
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}

- name: Configure Envoirnment
# Set VERSION_NAME and VERSION_CODE in Jobs env. VERSION_CODE is offsetted by 100
Expand Down

0 comments on commit 9c65f5d

Please sign in to comment.