{"id":18188713,"url":"https://github.com/jojustin/ibm-cloud-app-configuration-sync","last_synced_at":"2026-01-20T21:33:49.388Z","repository":{"id":65160349,"uuid":"462659705","full_name":"jojustin/IBM-Cloud-App-Configuration-Sync","owner":"jojustin","description":"Github Action for IBM Cloud App Configuration","archived":false,"fork":false,"pushed_at":"2022-02-24T08:14:25.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-14T18:18:29.571Z","etag":null,"topics":["appconfig","configuration-as-code","feature-flags","ibmcloud"],"latest_commit_sha":null,"homepage":"","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/jojustin.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":"2022-02-23T09:09:07.000Z","updated_at":"2022-03-12T13:55:45.000Z","dependencies_parsed_at":"2023-01-13T15:43:52.336Z","dependency_job_id":null,"html_url":"https://github.com/jojustin/IBM-Cloud-App-Configuration-Sync","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"fe156cfb752389a76663bb7817543708624ee272"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojustin%2FIBM-Cloud-App-Configuration-Sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojustin%2FIBM-Cloud-App-Configuration-Sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojustin%2FIBM-Cloud-App-Configuration-Sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojustin%2FIBM-Cloud-App-Configuration-Sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jojustin","download_url":"https://codeload.github.com/jojustin/IBM-Cloud-App-Configuration-Sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247666971,"owners_count":20975962,"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":["appconfig","configuration-as-code","feature-flags","ibmcloud"],"created_at":"2024-11-03T03:04:02.986Z","updated_at":"2026-01-20T21:33:49.382Z","avatar_url":"https://github.com/jojustin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBM Cloud App Configuration Sync\n\nThis action syncs configuration files in the repository to an IBM Cloud App Configuration instance.  This action automatically updates an IBM Cloud App Configuration instance when the changes are made through the GitHub workflows.\n\n.json files are supported as configuration files. You can use IBM Cloud App Configuration CLI to export the configuration from an existing instance.  Refer https://cloud.ibm.com/docs/app-configuration?topic=app-configuration-cli-plugin-app-configuration-cli#ac-ibmcloud-ac-export for details.\n\nTo start using this GitHub action, go to your repository and click the \"Actions\" tab. This GitHub action will be available from the marketplace under the name \"IBM Cloud App Configuration Sync\". \n\n\n## Secrets \n\nIBM Cloud API Key \u0026 App Configuration Instance GUID should be stored as [secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets) in the names IBM_CLOUD_API_KEY \u0026 IBM_CLOUD_AC_INSTANCE_ID respectively.\n\n## Input parameters\n\n| Input parameter      | Description | Required     |\n| :---        |    :----:   |          ---: |\n| IBM_CLOUD_API_KEY | IBM Cloud Api key for account login   | Yes |\n| AC_INSTANCE_ID | IBM Cloud App Configuration Instance guid | Yes |\n| IBM_CLOUD_REGION | IBM Cloud App Configuration Instance region | Yes |\n| IBM_CLOUD_RESOURCE_GROUP | IBM Cloud App Configuration Instance resource group | Yes |\n| CONFIG_FILE_NAME | Configuration file in the repository  | Yes |\n| GITHUB_REPO | Value should be ${{ github.repository }}  | Yes |\n| GITHUB_PULL_NUMBER | Value should be ${{ github.event.pull_request.number }}  | Yes |\n\n\n## Usage example\n\nThe following example updates the App Configuration instance when pull requests are merged with changes to appconfig.json.\n\n\n```\n# File: .github/workflows/appconfigsync.yml\n\nname: IBM Cloud App Configuration Sync\nauthor: Josephine Eskaline Joyce\ndescription: workflow to import configurations to IBM Cloud App Configuration service\n\n# Controls when the workflow will run\n# Controls when the workflow will run\non:\n  # Triggers the workflow on pull requests are approved\n  pull_request:\n    branches: [ main ]\n    types: [ closed ]\n\njobs:\n  updateConfig:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: jojustin/IBM-Cloud-App-Configuration-Syncv0.1.0\n        with:\n          IBM_CLOUD_API_KEY: ${{ secrets.IBM_CLOUD_API_KEY }}\n          AC_INSTANCE_ID: ${{ secrets.IBM_CLOUD_AC_INSTANCE_ID }}\n          IBM_CLOUD_REGION: au-syd\n          IBM_CLOUD_RESOURCE_GROUP: default\n          CONFIG_FILE_NAME: 'appconfig.json'\n          GITHUB_REPO: ${{ github.repository }}\n          GITHUB_PULL_NUMBER: ${{ github.event.pull_request.number }}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojustin%2Fibm-cloud-app-configuration-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjojustin%2Fibm-cloud-app-configuration-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojustin%2Fibm-cloud-app-configuration-sync/lists"}