{"id":21117212,"url":"https://github.com/actionhippie/gpgsign","last_synced_at":"2026-05-03T17:33:38.436Z","repository":{"id":39875781,"uuid":"465258959","full_name":"actionhippie/gpgsign","owner":"actionhippie","description":"Action to sign artifacts or any file with GnuPG","archived":false,"fork":false,"pushed_at":"2024-04-08T08:19:35.000Z","size":67,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-08T09:51:11.440Z","etag":null,"topics":["action","github"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actionhippie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-03-02T10:30:03.000Z","updated_at":"2024-05-28T10:56:29.297Z","dependencies_parsed_at":"2023-02-16T17:15:19.143Z","dependency_job_id":"2846f7c8-bdef-4f58-855d-b94543e3b59c","html_url":"https://github.com/actionhippie/gpgsign","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.4666666666666667,"last_synced_commit":"5e6d9982400f8e3c96e4bce29bec954341c67eba"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fgpgsign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fgpgsign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fgpgsign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fgpgsign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actionhippie","download_url":"https://codeload.github.com/actionhippie/gpgsign/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243565413,"owners_count":20311702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","github"],"created_at":"2024-11-20T02:40:01.039Z","updated_at":"2026-05-03T17:33:33.415Z","avatar_url":"https://github.com/actionhippie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gpgsign\n\n[![Current Tag](https://img.shields.io/github/v/tag/actionhippie/gpgsign?sort=semver)](https://github.com/actionhippie/gpgsign) [![Docker Build](https://github.com/actionhippie/gpgsign/workflows/docker/badge.svg)](https://github.com/actionhippie/gpgsign/actions/workflows/docker.yml)\n\n[GitHub Action](https://github.com/features/actions) to sign artifacts or any file with GnuPG.\n\n## Usage\n\n```yml\nname: Example\n\non:\n  - push\n  - pull_request\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v2\n\n      - uses: actionhippie/gpgsign@v1\n        with:\n          private_key: ${{ secrets.GNUPG_KEY }}\n          passphrase: ${{ secrets.GNUPG_PASSPHRASE }}\n          detach_sign: true\n          files: |\n            dist/*\n          excludes: |\n            dist/*.sha256\n```\n\n## Inputs\n\n### `private_key`\n\nPrivate GPG key used for signing\n\n### `passphrase`\n\nPassphrase for the GPG key\n\n### `armor`\n\nCreate ASCII armored output, defaults to `true`\n\n### `detach_sign`\n\nMake a detached signature\n\n### `clear_sign`\n\nMake a clear text signature\n\n### `files`\n\nList of files to create a signature\n\n### `excludes`\n\nList of files to exclude from signing\n\n## Outputs\n\nNone\n\n## Security\n\nIf you find a security issue please contact thomas@webhippie.de first.\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n* [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nApache-2.0\n\n## Copyright\n\n```console\nCopyright (c) 2022 Thomas Boerger \u003cthomas@webhippie.de\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionhippie%2Fgpgsign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionhippie%2Fgpgsign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionhippie%2Fgpgsign/lists"}