-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe0627d
commit 9c65f5d
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|