Skip to content

Commit 5d866b9

Browse files
committed
Sign with multiple keys: import three keys at once
1 parent 5b7ae65 commit 5d866b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
description: "Armbian config: The Next Generation"
2727

2828
secrets:
29-
GPG_PRIVATE_KEY: ${{ secrets.GPG_KEY1 }}
30-
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE1 }}
29+
PRIMARY_KEY: ${{ secrets.GPG_KEY4 }}
30+
TERTIARY_KEY: ${{ secrets.GPG_KEY3 }}
3131

3232
Tests:
3333
name: "Execute unit tests"

0 commit comments

Comments
 (0)