hashicorp / ghaction-terraform-provider-release

Reusable GitHub Action Workflows for releasing HashiCorp, partner, and community Terraform Providers
Mozilla Public License 2.0
16 stars 9 forks source link

community: Switch to upstream ghaction-import-gpg action #10

Closed bflad closed 2 years ago

bflad commented 2 years ago

Reference: https://github.com/hashicorp/ghaction-import-gpg/issues/11

The GitHub hosted runners are now running gpg-agent by default, which can cause the following error:

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.

github-actions[bot] commented 5 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.