{"id":26514867,"url":"https://github.com/devcyclehq/aws-secrets-action","last_synced_at":"2026-05-17T18:33:27.442Z","repository":{"id":259259641,"uuid":"877416878","full_name":"DevCycleHQ/aws-secrets-action","owner":"DevCycleHQ","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-23T17:04:40.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-23T23:28:25.206Z","etag":null,"topics":["continuous-delivery","continuous-deployment","devcycle","devops","feature-flags","feature-toggles","openfeature"],"latest_commit_sha":null,"homepage":"https://docs.devcycle.com/","language":null,"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/DevCycleHQ.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T16:00:30.000Z","updated_at":"2024-10-23T17:04:43.000Z","dependencies_parsed_at":"2024-10-23T23:47:47.653Z","dependency_job_id":"d733a28d-a02a-4bb1-8b16-c7b9603ea00c","html_url":"https://github.com/DevCycleHQ/aws-secrets-action","commit_stats":null,"previous_names":["devcyclehq/aws-secrets-action"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCycleHQ%2Faws-secrets-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCycleHQ%2Faws-secrets-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCycleHQ%2Faws-secrets-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCycleHQ%2Faws-secrets-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevCycleHQ","download_url":"https://codeload.github.com/DevCycleHQ/aws-secrets-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244745219,"owners_count":20503040,"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":["continuous-delivery","continuous-deployment","devcycle","devops","feature-flags","feature-toggles","openfeature"],"created_at":"2025-03-21T05:29:39.050Z","updated_at":"2026-05-17T18:33:22.421Z","avatar_url":"https://github.com/DevCycleHQ.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevCycle Secrets Manager\n\nThis GitHub Action sets GitHub Secrets securely from AWS Secrets Manager.\n\n## Inputs\n\n- **`secrets_map`**: A JSON object of environment variables mapped to AWS Secrets Manager secret names. (required)\n- **`role_prefix`**: The prefix of the role to assume in the target AWS account. Default: `GitHub-Actions-`. (required)\n- **`aws_region`**: The AWS region where the secrets are stored. Default: `us-east-1`. (required)\n- **`aws_account_id`**: The AWS account ID where the secrets are stored. . (required)\n\n## Usage\n\n```yaml\nname: Example Workflow\non: [push]\n\njobs:\n  example-job:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v2\n\n      - name: Set Secrets\n        uses: ./\n        with:\n          secrets_map: '{\"MY_SECRET\": \"my-aws-secret-name\"}'\n          role_prefix: 'GitHub-Actions-'\n          aws_region: 'us-east-1'\n          aws_account_id: ''\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcyclehq%2Faws-secrets-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevcyclehq%2Faws-secrets-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcyclehq%2Faws-secrets-action/lists"}