{"id":13530357,"url":"https://github.com/sliteteam/github-action-git-crypt-unlock","last_synced_at":"2025-04-01T18:31:38.966Z","repository":{"id":52966088,"uuid":"170296748","full_name":"sliteteam/github-action-git-crypt-unlock","owner":"sliteteam","description":"Github Action to unlock git-crypt secrets","archived":false,"fork":false,"pushed_at":"2024-01-19T13:03:11.000Z","size":23,"stargazers_count":48,"open_issues_count":6,"forks_count":24,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-05T04:46:45.483Z","etag":null,"topics":["git-crypt","github-actions"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/sliteteam.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-12T10:15:15.000Z","updated_at":"2025-01-04T18:09:15.000Z","dependencies_parsed_at":"2024-01-19T12:27:01.536Z","dependency_job_id":"dd0df8c9-1b99-4aa3-8135-e97b277fbb4e","html_url":"https://github.com/sliteteam/github-action-git-crypt-unlock","commit_stats":{"total_commits":21,"total_committers":4,"mean_commits":5.25,"dds":0.5238095238095238,"last_synced_commit":"8b1fa3ccc81e322c5c45fbab261eee46513fd3f8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliteteam%2Fgithub-action-git-crypt-unlock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliteteam%2Fgithub-action-git-crypt-unlock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliteteam%2Fgithub-action-git-crypt-unlock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliteteam%2Fgithub-action-git-crypt-unlock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sliteteam","download_url":"https://codeload.github.com/sliteteam/github-action-git-crypt-unlock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246691578,"owners_count":20818535,"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":["git-crypt","github-actions"],"created_at":"2024-08-01T07:00:48.653Z","updated_at":"2025-04-01T18:31:38.665Z","avatar_url":"https://github.com/sliteteam.png","language":"Shell","funding_links":[],"categories":["Community Resources","Shell"],"sub_categories":["Utility"],"readme":"# Github Action running git-crypt unlock\n\n## Usage\n\n### Example Workflow file\n\n```yaml\njobs:\n  deploy:\n    name: Test git-crypt-unlock\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n      - name: Unlock secrets\n        uses: sliteteam/github-action-git-crypt-unlock@1.2.0\n        env:\n          GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}\n```\n\n### Secrets\n\n- `GIT_CRYPT_KEY` **Required** Base64 encoded git-crypt key file.\n  - Get it from an unlocked git-crypt env with:\n    ```sh\n    git-crypt export-key ./tmp-key \u0026\u0026 cat ./tmp-key | base64 | pbcopy \u0026\u0026 rm ./tmp-key\n    ```\n\n### Run Directory\n\nYou can run the git-crypt unlock command from a different directory besides GITHUB_WORKSPACE by setting a RUN_DIR env var.\n\n### Running tests\n\n```shell script\n./test/entrypoint_test.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliteteam%2Fgithub-action-git-crypt-unlock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsliteteam%2Fgithub-action-git-crypt-unlock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliteteam%2Fgithub-action-git-crypt-unlock/lists"}