Skip to content

Commit a703860

Browse files
committed
fix(release): update signing key secret in publish workflow
Fixes: ca6b941 ("fix(release): update secrets handling scripts")
1 parent 3143556 commit a703860

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: Decrypt secrets
3737
run: |
3838
./scripts/setup-age.sh
39-
./scripts/signing-setup.sh "$ENCRYPT_KEY"
39+
./scripts/signing-setup.sh "$AGE_SECRET_KEY"
4040
env:
41-
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
41+
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
4242

4343
- name: Get current version
4444
shell: bash

0 commit comments

Comments
 (0)