-
Notifications
You must be signed in to change notification settings - Fork 16
gpg-agent is already running #11
gpg-agent is already running #11
Comments
is there any work around available? |
For a temporary workaround you can create a local github action with the contents if this github-action without the gpg-agent --daemon part. This is not the best solution, but worked as a quick fix for me 🤷 . |
Did the same as ernestre. I guess as long as your build takes less than 10 minutes, it is a viable workaround. |
Happens here too... whats changed to trigger this? |
I didn't wait for a fix, and switched to
|
Hey everyone- Thanks for bringing this to our attention, and sorry for the inconvenience this has caused. As of 2-3 days ago, GitHub's runners now run Instead of cutting a new release and asking users to pin to latest, we recommend switching over to the upstream directly - Update: Note that there are a few small changes between this action and the upstream. You'll need to change the snippet of yaml from this:
To this:
|
Reference: hashicorp/ghaction-import-gpg#11 The GitHub hosted runners are now running `gpg-agent` by default, which can cause the following error: ```text Run hashicorp/ghaction-import-gpg@v2.1.0 Run gpg-agent --daemon --default-cache-ttl 7200 gpg-agent[1632]: directory '/home/runner/.gnupg' created gpg-agent[1632]: directory '/home/runner/.gnupg/private-keys-v1.d' created gpg-agent: a gpg-agent is already running - not starting a new one Error: Process completed with exit code 2. ``` The `hashicorp` fork of the `ghaction-import-gpg` action is not maintained and the recommendation is to switch to the upstream action.
Reference: hashicorp/ghaction-import-gpg#11 The GitHub hosted runners are now running `gpg-agent` by default, which can cause the following error: ```text Run hashicorp/ghaction-import-gpg@v2.1.0 Run gpg-agent --daemon --default-cache-ttl 7200 gpg-agent[1632]: directory '/home/runner/.gnupg' created gpg-agent[1632]: directory '/home/runner/.gnupg/private-keys-v1.d' created gpg-agent: a gpg-agent is already running - not starting a new one Error: Process completed with exit code 2. ``` The `hashicorp` fork of the `ghaction-import-gpg` action is not maintained and the recommendation is to switch to the upstream action.
Hashicorp's ghaction-import-gpg has been deprecated in favour of this action - additionally their action has a bug which they are not intending on fixing and recommend people switch. Reference: hashicorp/terraform-provider-scaffolding#127 Reference: hashicorp/ghaction-import-gpg#11
Hashicorp's ghaction-import-gpg has been deprecated in favour of this action - additionally their action has a bug which they are not intending on fixing and recommend people switch. Reference: hashicorp/terraform-provider-scaffolding#127 Reference: hashicorp/ghaction-import-gpg#11
hashicorp/ghaction-import-gpg has been deprecated in favor of crazy-max/ghaction-import-gpg Reference: hashicorp/ghaction-import-gpg#11
HashiCorp's version is deprecated. Now uses its original upstream repo. hashicorp/ghaction-import-gpg#11
HashiCorp's version is deprecated. Now uses its original upstream repo. hashicorp/ghaction-import-gpg#11
…@v2.1.0` is broken (and now deprecated) Instead use `crazy-max/ghaction-import-gpg@v5.0.0` as suggested in hashicorp/ghaction-import-gpg#11.
Hi there!
Something is going wrong with the action
here is the failed job
https://github.com/netrisai/terraform-provider-netris/runs/7299622825?check_suite_focus=true
The text was updated successfully, but these errors were encountered: