{"id":32551194,"url":"https://github.com/aziontech/edge-computing-actions","last_synced_at":"2025-10-28T20:59:22.214Z","repository":{"id":194895579,"uuid":"629167766","full_name":"aziontech/edge-computing-actions","owner":"aziontech","description":"GitHub Actions for deploying and managing edge computing tasks with Azion.","archived":false,"fork":false,"pushed_at":"2023-11-08T19:05:03.000Z","size":64,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-10-24T13:58:05.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.azion.com","language":"JavaScript","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/aziontech.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}},"created_at":"2023-04-17T19:05:43.000Z","updated_at":"2025-03-21T16:11:27.000Z","dependencies_parsed_at":"2023-09-15T16:57:01.391Z","dependency_job_id":"24934f16-b0c5-4f8f-bc45-0538df2ea0ba","html_url":"https://github.com/aziontech/edge-computing-actions","commit_stats":null,"previous_names":["aziontech/edge-computing-actions"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/aziontech/edge-computing-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fedge-computing-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fedge-computing-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fedge-computing-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fedge-computing-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aziontech","download_url":"https://codeload.github.com/aziontech/edge-computing-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fedge-computing-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281512680,"owners_count":26514302,"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-10-28T02:00:06.022Z","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":[],"created_at":"2025-10-28T20:58:56.277Z","updated_at":"2025-10-28T20:59:22.209Z","avatar_url":"https://github.com/aziontech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge Computing Actions\n\nThis action was created to help deploy an edge application at Azion.\nTo use it, you need to create an account at [Azion](https://manager.azion.com/signup/) and use configuration files.\n\nThere is an example template in this repository:\n\n- [Azion Templates](https://github.com/aziontech/azion-samples/tree/dev/templates)\n\n## Example usage\n\nIn this example below using the template [Angular Boilerplate](https://github.com/aziontech/azion-samples/tree/dev/templates/angular-boilerplate)\n\n```yml\n- name: Azion Action Deploy\n  id: azion_edge\n  uses: aziontech/edge-computing-actions@v0\n  with:\n    azionPersonalToken: ${{ secrets.AZION_PERSONAL_TOKEN }}\n    functionArgsFilePath: \"args.json\"\n    buildPreset: \"angular\"\n    buildMode: \"deliver\"\n\n- name: Get the output Azion Edge Deploy\n  run: |\n    echo \"Application ID-= ${{ steps.azion_edge.outputs.applicationId }}\"\n    echo \"Domain-= ${{ steps.azion_edge.outputs.domainUrl }}\"\n```\n\n## Inputs\n\n### `applicationName`\n\nEdge Application Name\n\n**Optional**\n\n\u003e **Note**: if not provided, the name of the repo will be used.\n\n### `azionPersonalToken`\n\nPersonal token created in RTM Azion.\n\n**Required**\n\n### `functionArgsFilePath`\n\ndefault: `args.json`\n\nfunction file path of your arguments.\nIndicated to be generated in your build.\n\n\u003e **Note**: no commit this file.\n\n**Optional**\n\n### `buildPreset`\n\nBuild preset by Vulcan ex: angular\n\n```bash\n\n  PRESET      MODE     \n  Html        Deliver  \n  Javascript  Compute  \n  Typescript  Compute  \n  Angular     Deliver  \n  Astro       Deliver  \n  Hexo        Deliver  \n  Next        Deliver  \n  React       Deliver  \n  Vue         Deliver \n\n```\n\n**Required**\n\n\n### `buildMode`\n\nBuild mode by Vulcan e.g: deliver\n\n```bash\n\n  PRESET      MODE     \n  Html        Deliver  \n  Javascript  Compute  \n  Typescript  Compute  \n  Angular     Deliver  \n  Astro       Deliver  \n  Hexo        Deliver  \n  Next        Deliver  \n  React       Deliver  \n  Vue         Deliver \n\n```\n\n**Required**\n\n### `buildEntry`\n\nIf mode compute (default: ./main.js)\n\n**Optional**\n\n\n### `edgeModuleAcceleration`\n\nEnable module acceleration [Application Acceleration](https://www.azion.com/en/documentation/products/edge-application/application-acceleration/)\n\n**Optional**\n\n### `scriptEnv`\n\ndefault: `production`\n\nInput to the RTM deployment environment\n\n**Optional**\n\n## Outputs\n\n### `applicationId`\n\nEdge Application ID\n\n### `domainUrl`\n\nEdge Application Domain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziontech%2Fedge-computing-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faziontech%2Fedge-computing-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziontech%2Fedge-computing-actions/lists"}