diff --git a/action.yml b/action.yml index 8d711aa..c66d48f 100644 --- a/action.yml +++ b/action.yml @@ -4,6 +4,11 @@ description: "Import private GPG key" runs: using: "composite" steps: + - id: set-default-cache-ttl + run: | + gpg-agent --daemon --default-cache-ttl 7200 + shell: bash + name: set default cache ttl - run: | # echo -e "${{ env.GPG_PRIVATE_KEY }}" | gpg --import --batch --no-tty