mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-25 22:41:04 -05:00
Unused
This commit is contained in:
parent
ed149326d5
commit
e55ea8984f
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ async function run(): Promise<void> {
|
||||||
await gpg.configureAgent(gpg.agentConfig);
|
await gpg.configureAgent(gpg.agentConfig);
|
||||||
|
|
||||||
core.info('📌 Getting keygrips');
|
core.info('📌 Getting keygrips');
|
||||||
const keygrips = await gpg.getKeygrips(privateKey.fingerprint);
|
|
||||||
|
|
||||||
for (let keygrip of await gpg.getKeygrips(privateKey.fingerprint)) {
|
for (let keygrip of await gpg.getKeygrips(privateKey.fingerprint)) {
|
||||||
core.info(`🔓 Presetting passphrase for ${keygrip}`);
|
core.info(`🔓 Presetting passphrase for ${keygrip}`);
|
||||||
await gpg.presetPassphrase(keygrip, process.env.PASSPHRASE).then(stdout => {
|
await gpg.presetPassphrase(keygrip, process.env.PASSPHRASE).then(stdout => {
|
||||||
|
|
Loading…
Reference in a new issue