mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Use the gpg private key
Obtained with: ``` gpg --armor --export-secret-key -u <key_identity_obtained_when_you_import> | base64 | xclip ``` Contributes to CURA-9365
This commit is contained in:
parent
0f5e0a8399
commit
da14603aee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
@ -112,7 +112,7 @@ jobs:
|
|||
|
||||
- name: Configure GPG Key Linux (Bash)
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
run: echo -n "GPG_PRIVATE_KEY" | base64 --decode | gpg --import
|
||||
run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import
|
||||
|
||||
- name: Clean Conan local cache
|
||||
if: ${{ inputs.conan_clean_local_cache }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue