Skip to content

Commit 2c9519d

Browse files
committed
github actions: decrypt large secret for build
1 parent 6f0064e commit 2c9519d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_only.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ jobs:
2828
with:
2929
cache-read-only: false
3030
cache-overwrite-existing: true
31+
- name: Decrypt large secret
32+
run: ./.github/scripts/decrypt_secret.sh
33+
env:
34+
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
3135
- name: Build
3236
run: ./gradlew build

0 commit comments

Comments
 (0)