mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
chore: re-encrypt secrets with age
This commit is contained in:
parent
010f69031a
commit
943b9bd091
7 changed files with 55 additions and 14 deletions
4
.github/workflows/baseline-profile.yml
vendored
4
.github/workflows/baseline-profile.yml
vendored
|
@ -38,7 +38,9 @@ jobs:
|
|||
gradle-home-cache-cleanup: true
|
||||
|
||||
- name: Decrypt secrets
|
||||
run: scripts/signing-setup.sh "$ENCRYPT_KEY"
|
||||
run: |
|
||||
./scripts/setup-age.sh
|
||||
./scripts/signing-setup.sh "$ENCRYPT_KEY"
|
||||
env:
|
||||
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue