File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ gpg --import private.key
61
61
# ### For GitHub Actions
62
62
63
63
` ` ` shell
64
- gpg --armor --export-secret-keys 40AA7D29EB6DE0667D7E723ADE4725604A739BAF
64
+ gpg --armor --export-secret-keys $KEYID
65
65
` ` `
66
66
67
67
In the GitHub Secrets [1], add the output of this command to the `SIGNING_KEY` secret.
@@ -83,7 +83,7 @@ For example:
83
83
# ### For Password Manager
84
84
85
85
` ` ` shell
86
- gpg -o private.key --export-secret-key 40AA7D29EB6DE0667D7E723ADE4725604A739BAF
86
+ gpg -o private.key --export-secret-key $KEYID
87
87
` ` `
88
88
89
89
# ## Expiration
@@ -97,8 +97,8 @@ To remember, we added an appointment to the team calendar.
97
97
98
98
1. Download the private key file `private.key` from password manager
99
99
2. Import it locally : ` gpg --import private.key`
100
- 3. Select the key : ` gpg --edit-key 40AA7D29EB6DE0667D7E723ADE4725604A739BAF `
101
- 4. Now select the Subkey and set the expire date (use `2y` for two years) :
100
+ 3. Select the key : ` gpg --edit-key $KEYID `
101
+ 4. Now select the subkey and set the expire date (use `2y` for two years) :
102
102
` ` ` shell
103
103
gpg> key 1
104
104
gpg> expire
You can’t perform that action at this time.
0 commit comments