{"id":21201040,"url":"https://github.com/inrixia/secret-injector","last_synced_at":"2025-03-14T22:22:37.912Z","repository":{"id":65157795,"uuid":"362295876","full_name":"Inrixia/Secret-Injector","owner":"Inrixia","description":"Github Action to automatically inject secrets in project files.","archived":false,"fork":false,"pushed_at":"2023-08-22T04:40:39.000Z","size":177,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T19:16:31.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Inrixia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-28T01:01:04.000Z","updated_at":"2023-08-22T04:40:43.000Z","dependencies_parsed_at":"2023-01-05T04:49:14.093Z","dependency_job_id":null,"html_url":"https://github.com/Inrixia/Secret-Injector","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"c2c662e348e154ea2e3df35006536445e59de925"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inrixia%2FSecret-Injector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inrixia%2FSecret-Injector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inrixia%2FSecret-Injector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inrixia%2FSecret-Injector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inrixia","download_url":"https://codeload.github.com/Inrixia/Secret-Injector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243653578,"owners_count":20325765,"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":[],"created_at":"2024-11-20T20:06:45.691Z","updated_at":"2025-03-14T22:22:37.890Z","avatar_url":"https://github.com/Inrixia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Tests](https://github.com/Inrixia/Secret-Injector/actions/workflows/testAction.yml/badge.svg)](https://github.com/Inrixia/Secret-Injector/actions/workflows/testAction.yml)\n# Secret Injector\n\nInjects GitHub Actions Secrets \u0026 env values referenced in all project files.\n\n## Example usage\n\n1. Create a file in the repository which references a GitHub actions secret or env value. For example, `manifests/service.yml`:\n\n```yml\napiVersion: v1\nkind: Service\nmetadata:\n  name: ${{ secrets.NAME }}\nspec:\n  type: LoadBalancer\n  ports:\n  - port: ${{ env.PORT }}\n  selector:\n    app: ${{ secrets.NAME }}\n```\n\n\n2. Add the following to your workflow configuration file\n\n```yml\n- name: Secret Injector\n  uses: Inrixia/Secret-Injector@v1\n  with:\n    secrets: ${{ toJson(secrets) }}\n    env: ${{ toJson(env) }}\n```\n\n3. During workflow execution, all project files will have GitHub secret or env values injected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finrixia%2Fsecret-injector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finrixia%2Fsecret-injector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finrixia%2Fsecret-injector/lists"}