{"id":15022204,"url":"https://github.com/zemuldo/git-crypt-unlock","last_synced_at":"2025-04-12T06:17:30.389Z","repository":{"id":65162449,"uuid":"217229805","full_name":"zemuldo/git-crypt-unlock","owner":"zemuldo","description":":recycle:  :lock: A GitHub action to run git-crypt unlock :  Git-Crypt Unlock","archived":false,"fork":false,"pushed_at":"2020-05-09T19:35:27.000Z","size":257,"stargazers_count":18,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T06:17:17.465Z","etag":null,"topics":["action","actions","git-crypt","git-crypt-action","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zemuldo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-24T06:42:37.000Z","updated_at":"2025-03-04T18:49:50.000Z","dependencies_parsed_at":"2023-01-04T12:39:08.098Z","dependency_job_id":null,"html_url":"https://github.com/zemuldo/git-crypt-unlock","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"6d91c730540001ed7a43783d74fd30d827d8c67b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemuldo%2Fgit-crypt-unlock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemuldo%2Fgit-crypt-unlock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemuldo%2Fgit-crypt-unlock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemuldo%2Fgit-crypt-unlock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zemuldo","download_url":"https://codeload.github.com/zemuldo/git-crypt-unlock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525141,"owners_count":21118620,"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","actions","git-crypt","git-crypt-action","github-actions"],"created_at":"2024-09-24T19:57:38.353Z","updated_at":"2025-04-12T06:17:30.348Z","avatar_url":"https://github.com/zemuldo.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git-Crypt Unlock\n\nGitHub action for unlocking files encrypted using Git-Crypt on your repository.\n\n## Usage\n\nTo use this action, you need a GPG key, its grip and passphrase on the secrets section of your repository.\n\n- `GPG_KEY_GRIP` = `The sub key-grip`\n- `GPG_PRIVATE_KEY` = `Base64 encoded version of the private key`\n- `GPG_KEY_PASS` = `Key passphrase`\n\n[Here is how to get the values of the required secrets](SETUP_KEYS.md)\n\n## Example\n\n```yml\nname: Test with Git-Crypt Unlocked\non: \n  push:\n      branches:    \n          - master\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v1\n    - name: Git-Crypt Unlock\n      uses: zemuldo/git-crypt-unlock@v2.0\n      env: \n        GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}\n        GPG_KEY_GRIP: ${{ secrets.GPG_KEY_GRIP }}\n        GPG_KEY_PASS: ${{ secrets.GPG_KEY_PASS }}\n    # Any actions below here will have files have been decrypted.\n    # And 🚀🚀🚀\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemuldo%2Fgit-crypt-unlock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzemuldo%2Fgit-crypt-unlock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemuldo%2Fgit-crypt-unlock/lists"}