mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 10:25:58 +08: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
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)
|
- name: Configure GPG Key Linux (Bash)
|
||||||
if: ${{ runner.os == 'Linux' }}
|
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
|
- name: Clean Conan local cache
|
||||||
if: ${{ inputs.conan_clean_local_cache }}
|
if: ${{ inputs.conan_clean_local_cache }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user