{"id":18686650,"url":"https://github.com/danijeldragicevic/mule-github-actions-app","last_synced_at":"2025-09-12T05:38:17.135Z","repository":{"id":294063277,"uuid":"825725523","full_name":"danijeldragicevic/mule-github-actions-app","owner":"danijeldragicevic","description":"Example of the Mule application managed by the Github Actions","archived":false,"fork":false,"pushed_at":"2024-09-26T09:24:16.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-07-08T01:56:55.853Z","etag":null,"topics":["anypoint-cli","github-actions","github-cli","mule"],"latest_commit_sha":null,"homepage":"","language":"RAML","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/danijeldragicevic.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-07-08T11:29:37.000Z","updated_at":"2024-09-26T09:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"10a750cf-1c9a-405a-a4b1-4e0b610a637d","html_url":"https://github.com/danijeldragicevic/mule-github-actions-app","commit_stats":null,"previous_names":["danijeldragicevic/mule-github-actions-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danijeldragicevic/mule-github-actions-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danijeldragicevic%2Fmule-github-actions-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danijeldragicevic%2Fmule-github-actions-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danijeldragicevic%2Fmule-github-actions-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danijeldragicevic%2Fmule-github-actions-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danijeldragicevic","download_url":"https://codeload.github.com/danijeldragicevic/mule-github-actions-app/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danijeldragicevic%2Fmule-github-actions-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274759115,"owners_count":25343872,"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-09-12T02:00:09.324Z","response_time":60,"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":["anypoint-cli","github-actions","github-cli","mule"],"created_at":"2024-11-07T10:28:26.266Z","updated_at":"2025-09-12T05:38:17.124Z","avatar_url":"https://github.com/danijeldragicevic.png","language":"RAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mule GitHub Actions App\nWelcome to the Mule GitHub Actions App! \u003cbr\u003e\n\n# Demo Disclaimer\nThis application is a demo created for educational purposes and is associated with a blog post. It is not representing a fully functional or production-ready system. Please refer to the [blog post](https://productdock.com/automating-mule-deployments-from-dev-to-prod-with-github-actions) for insights into the concepts and use cases demonstrated.\n\n# Technology\n- Mule 4.7.0 EE\n- Maven 3.9.6\n- GitHub Actions\n\n# Run on Embeded Mule Runtime\nApplication is developed using the Anypoint Code Builder with Anypoint Extension Pack v1.3.0. \u003cbr\u003e\nThe easiest way to run the application is to download [Anypoint Code Builder](https://www.mulesoft.com/lp/dl/anypoint-mule-studio) and import the application.\n\n# Run on Mule Standalone Runtime\nIf you don't want to use IDE, you can run the application using the mule CLI. \u003cbr\u003e\nHere are the instructions how to configure [Mule Standalone Runtime](https://docs.mulesoft.com/mule-runtime/latest/mule-standalone) on your machine and run the application.\n\n# Exposed endpoints\nBy default, application will run on **http://localhost:8081** \u003cbr/\u003e\nFollowing endpoint will be exposed:\n\n| Methods | Urls        | Action                                                   |\n|---------|-------------|----------------------------------------------------------|\n| GET     | /api/ping   | Shows application identifiers, fetched from the pom file |\n\n# How to test the application\nTo test the application, you can execute following request: \u003cbr\u003e\nGET http://localhost:8081/api/ping \u003cbr\u003e\n\nResponse: 200 OK\n```\n{\n\t\"groupId\": \"03d116ee-3a19-4380-add6-28f2472bccd7\",\n\t\"artifactId\": \"mule-github-actions-app\",\n\t\"version\": \"1.0.0-SNAPSHOT\"\n}\n```\n\n# Github Actions\nThis application implements GitHub actions to manage deployments on to the Anypoint Platform.\nPlease see [workflows page](https://github.com/danijeldragicevic/mule-github-actions-app/actions/workflows/main.yaml) to run deployments on the various environments.\n| ![Screenshot 2024-09-08 at 12 15 10](https://github.com/user-attachments/assets/895cdefa-da13-4c56-b9e0-95a856e49e54) |\n|-|\n\u003cbr\u003e\n\n# Licence\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanijeldragicevic%2Fmule-github-actions-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanijeldragicevic%2Fmule-github-actions-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanijeldragicevic%2Fmule-github-actions-app/lists"}