fix(release): update secrets handling scripts

This commit is contained in:
Harsh Shandilya 2023-07-26 14:08:31 +05:30
parent 1e5f830652
commit ca6b941cbb
No known key found for this signature in database
7 changed files with 17 additions and 15 deletions

View file

@ -60,9 +60,9 @@ jobs:
- name: Decrypt secrets
run: |
./scripts/setup-age.sh
./scripts/signing-setup.sh "$ENCRYPT_KEY"
./scripts/signing-setup.sh "$AGE_SECRET_KEY"
env:
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
- name: Build release app
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0