{"id":21301475,"url":"https://github.com/minddocdev/vault-action","last_synced_at":"2025-03-15T18:25:26.670Z","repository":{"id":44023598,"uuid":"229314601","full_name":"minddocdev/vault-action","owner":"minddocdev","description":"Github action that manages Vault secrets","archived":false,"fork":false,"pushed_at":"2023-07-18T20:23:14.000Z","size":20174,"stargazers_count":0,"open_issues_count":17,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-18T20:20:02.141Z","etag":null,"topics":["github-actions"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/minddocdev.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-12-20T18:14:38.000Z","updated_at":"2022-10-11T13:57:19.000Z","dependencies_parsed_at":"2024-11-17T15:36:53.040Z","dependency_job_id":"ac758748-385a-4c48-81af-d321c5aa4d36","html_url":"https://github.com/minddocdev/vault-action","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":0.5789473684210527,"last_synced_commit":"42c3636bdaa8c73236504af8af604c3494f101d8"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minddocdev%2Fvault-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minddocdev%2Fvault-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minddocdev%2Fvault-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minddocdev%2Fvault-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minddocdev","download_url":"https://codeload.github.com/minddocdev/vault-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243772231,"owners_count":20345601,"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":["github-actions"],"created_at":"2024-11-21T15:46:05.668Z","updated_at":"2025-03-15T18:25:26.405Z","avatar_url":"https://github.com/minddocdev.png","language":"JavaScript","readme":"# Vault Action\n\nInstall the dependencies\n\n```bash\nyarn install\n```\n\nBuild the typescript\n\n```bash\nyarn build\n```\n\nRun the tests :heavy_check_mark:\n\n```bash\nyarn test\n```\n\n## Usage\n\nImport vault secrets with the KV2 engine and Github authentication.\n\nSecrets can be loaded as environment variables with the `env` key, or can be\nstored as a file with the `file` config.\n\n```yaml\n- name: Import Secrets\n  uses: minddocdev/vault-action@v1\n  with:\n    url: https://vault.mycompany.fake\n    token: ${{ secrets.GITHUB_TOKEN }}\n    secrets: |\n      - path: mygroup1/mygroup2\n        key: mykey1\n        env: MY_KEY\n      - path: mygroup1/mygroup2\n        key: mykey2\n        file: mypath/myfile.txt\n    secretsEngine: |\n      name: kv\n      config:\n        path: /secret\n        version: 2\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminddocdev%2Fvault-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminddocdev%2Fvault-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminddocdev%2Fvault-action/lists"}