Skip to content

Commit f889c76

Browse files
committed
change embedded signing
1 parent 10a1811 commit f889c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rpm-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
passphrase: ${{ secrets.GPG_PASSPHRASE }}
3636

3737
- name: Build RPMs
38+
env:
39+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # TODO: duplicated?
3840
run: ./release-rpm.sh
3941

4042
- name: Install createrepo_c

goreleaser.rpm.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ nfpms:
3737
- rpm
3838
rpm:
3939
signature:
40-
enabled: true
4140
key_file: "{{ .Env.GPG_PRIVATE_KEY }}"
42-
passphrase: "{{ .Env.GPG_PASSPHRASE }}"
4341
contents:
4442
- src: LICENSE.md
4543
dst: LICENSE.md

0 commit comments

Comments
 (0)