{"id":26581548,"url":"https://github.com/scaleway/action-scw-secret","last_synced_at":"2025-03-23T07:20:35.284Z","repository":{"id":167265053,"uuid":"642854218","full_name":"scaleway/action-scw-secret","owner":"scaleway","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-14T05:11:20.000Z","size":2460,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-17T09:53:57.605Z","etag":null,"topics":["actions","scaleway","secret-management"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scaleway.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":"2023-05-19T13:48:47.000Z","updated_at":"2024-10-10T08:17:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b82c0f4-bfe0-44e2-a993-5ef7b90fb2c1","html_url":"https://github.com/scaleway/action-scw-secret","commit_stats":null,"previous_names":["luxifer/scw-secret-manager-get-secrets","quantumsheep/action-scw-secret","quantumsheep/scw-secret-manager-get-secrets"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Faction-scw-secret","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Faction-scw-secret/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Faction-scw-secret/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Faction-scw-secret/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scaleway","download_url":"https://codeload.github.com/scaleway/action-scw-secret/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952807,"owners_count":20537474,"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":["actions","scaleway","secret-management"],"created_at":"2025-03-23T07:20:34.744Z","updated_at":"2025-03-23T07:20:35.269Z","avatar_url":"https://github.com/scaleway.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scaleway Secret Manager GitHub Action\n\nThis action retrives secrets from Scaleway Secret Manager and inject them as environment variables.\n\n## Inputs\n\n### `secrets-names`\n\n**Required** One or more secret names to retrieve.\n\nFormat:\n- `secret-name`: Will fetch `secret-name` latest version and export its value to `SECRET_NAME`\n- `MY_ENV_VAR,secret-name`: Will fetch `secret-name` latest version and export its value to `MY_ENV_VAR`\n\n### `access-key`\n\n**Required** Scaleway access key.\n\n### `secret-key`\n\n**Required** Scaleway secret key.\n\n### `default-project-id`\n\nScaleway default project ID.\n\n### `default-organization-id`\n\nScaleway default organization ID.\n\n### `default-region`\n\nScaleway default region (default: fr-par).\n\n### `default-zone`\n\nScaleway default zone (default: fr-par-1).\n\n## Example usage\n\n```yaml\nuses: scaleway/action-scw-secret@v0\nwith:\n  secret-names: |\n    my-secret\n    MY_SECOND_SECRET,my-other-secret\n  access-key: ${{ secrets.SCW_ACCESS_KEY }}\n  secret-key: ${{ secrets.SCW_SECRET_KEY }}\n  default-project-id: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}\n  default-organization-id: ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaleway%2Faction-scw-secret","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaleway%2Faction-scw-secret","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaleway%2Faction-scw-secret/lists"}