ghaction-import-gpg icon indicating copy to clipboard operation
ghaction-import-gpg copied to clipboard

GitHub Action to import a GPG key

Results 15 ghaction-import-gpg issues
Sort by recently updated
recently updated
newest added

Transpile specific for node16

### Behaviour #### Steps to reproduce this issue 1. Create a key with at least 2 UIDs 2. Use the key with this action, but set `git_committer_email` to any UID...

kind/enhancement

This allows using any of the key's associated user ids as git committer identity. If none is specified, the primary is still used. Also, this adds another output, that includes...

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.11.0 to 5.11.2. Release notes Sourced from openpgp's releases. v5.11.2 What's Changed openpgp.verify: fix bug preventing verification of detached signatures over streamed data (#1762) Full Changelog: https://github.com/openpgpjs/openpgpjs/compare/v5.11.1...v5.11.2...

bot
kind/dependencies

### Description When I do the following: ```yaml jobs: manage-package-on-yum: runs-on: ubuntu-latest container: centos:latest # important part steps: - uses: actions/checkout@v4 - name: install dependencies run: | cd /etc/yum.repos.d/ sed...

kind/enhancement
status/triage