ci: fix creating secret key ring file
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup GPG TTY
|
||||
run: export GPG_TTY=$(tty)
|
||||
|
||||
- name: Import PGP Private Key
|
||||
uses: crazy-max/ghaction-import-gpg@v6.1.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user