{"id":16982861,"url":"https://github.com/koyashiro/export-secrets","last_synced_at":"2026-05-18T06:34:29.852Z","repository":{"id":233094762,"uuid":"785993015","full_name":"koyashiro/export-secrets","owner":"koyashiro","description":"Export GitHub Actions secrets as environment variables.","archived":false,"fork":false,"pushed_at":"2025-08-22T18:10:44.000Z","size":1684,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T20:57:04.281Z","etag":null,"topics":["actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/export-secrets","language":"TypeScript","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/koyashiro.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,"zenodo":null}},"created_at":"2024-04-13T05:22:43.000Z","updated_at":"2025-08-22T18:10:50.000Z","dependencies_parsed_at":"2024-04-15T22:24:19.447Z","dependency_job_id":"7371e577-7966-43eb-b3ff-c643671ff7c7","html_url":"https://github.com/koyashiro/export-secrets","commit_stats":null,"previous_names":["koyashiro/export-secrets-action","koyashiro/export-secrets"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/koyashiro/export-secrets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyashiro%2Fexport-secrets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyashiro%2Fexport-secrets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyashiro%2Fexport-secrets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyashiro%2Fexport-secrets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koyashiro","download_url":"https://codeload.github.com/koyashiro/export-secrets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyashiro%2Fexport-secrets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272913729,"owners_count":25014321,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["actions"],"created_at":"2024-10-14T02:26:25.728Z","updated_at":"2026-05-18T06:34:24.833Z","avatar_url":"https://github.com/koyashiro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# export-secrets\n\nExport GitHub Actions secrets as environment variables.\n\n## Usage\n\nSet the JSON of secrets to `secrets`.\n\n```yaml\nsteps:\n  - uses: koyashiro/export-secrets@v0.6.0\n    with:\n      secrets: ${{ toJSON(secrets) }}\n```\n\n### Downcase `TF_VAR_`\n\nIf you want to downcase secrets starting with `TF_VAR_`, you can use the `downcase-tf-var` option.\nFor example, a secret like `TF_VAR_EXAMPLE` will be exported as `TF_VAR_example`.\n\n```yaml\nsteps:\n  - uses: koyashiro/export-secrets@v0.6.0\n    with:\n      secrets: ${{ toJSON(secrets) }}\n      downcase-tf-var: true\n```\n\n### Downcase `TF_TOKEN_`\n\nIf you want to downcase secrets starting with `TF_TOKEN_`, you can use the `downcase-tf-token` option.\nFor example, a secret like `TF_TOKEN_EXAMPLE_COM` will be exported as `TF_TOKEN_example_com`.\n\n```yaml\nsteps:\n  - uses: koyashiro/export-secrets@v0.6.0\n    with:\n      secrets: ${{ toJSON(secrets) }}\n      downcase-tf-token: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoyashiro%2Fexport-secrets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoyashiro%2Fexport-secrets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoyashiro%2Fexport-secrets/lists"}