Skip to content

Commit

Permalink
use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Aug 18, 2024
1 parent 5168736 commit 5667951
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ jobs:
link-to-sdk: true
- name: Make Gradle wrapper executable and pull LFS
run: git lfs pull | chmod +x ./gradlew
- name: Decode keystore
run: |
echo ${{ secrets.QCXR_KEYSTORE_BASE64 }} | base64 --decode > qcxr.keystore
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
env:
QCXR_KEYSTORE_ALIAS: ${{ secrets.QCXR_KEYSTORE_ALIAS }}
QCXR_KEYSTORE_PASS: ${{ secrets.QCXR_KEYSTORE_PASS }}

0 comments on commit 5667951

Please sign in to comment.