{"id":26579830,"url":"https://github.com/mondaycom/monday-app-deploy-action","last_synced_at":"2025-03-23T06:29:11.799Z","repository":{"id":216145154,"uuid":"740384947","full_name":"mondaycom/monday-app-deploy-action","owner":"mondaycom","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-31T13:22:30.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T14:32:06.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/mondaycom.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":"2024-01-08T08:36:17.000Z","updated_at":"2024-12-31T13:22:35.000Z","dependencies_parsed_at":"2024-12-31T14:28:43.819Z","dependency_job_id":"0eda5957-9719-4c50-baad-af625e1bb4b7","html_url":"https://github.com/mondaycom/monday-app-deploy-action","commit_stats":null,"previous_names":["mondaycom/monday-app-deploy-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-app-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-app-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-app-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-app-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondaycom","download_url":"https://codeload.github.com/mondaycom/monday-app-deploy-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066073,"owners_count":20555393,"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":[],"created_at":"2025-03-23T06:29:10.996Z","updated_at":"2025-03-23T06:29:11.787Z","avatar_url":"https://github.com/mondaycom.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monday Code deploy action\nThis action deploys your project to your monday app\n\n## Inputs\n\n## `token`\n\n**Required** \n\nMonday developer token.\n\nCan be acquired here: https://\u003cyour-monday-subdomain\u003e.monday.com/apps/manage/tokens\n\n## `appId`\n\n**Optional if versionId provided** \n\nThe app ID to push your code into.\n\nCan be found using `mapps app:list` command in your terminal or in the dev center. This will deploy monday code to the latest draft version of that app (if you also have only live / deprecated versions, this will fail)\n\n\n## `versionId`\n\n**Optional if appId provided**\n\nThe version ID to push your code into.\n\nCan be found using `mapps app-version:list` command in your terminal or in the dev center. This will deploy monday code to the given version of that app\n\n\n## `force`\n\n**Optional**\n\nForce deploying to live version.\n\n\n\n## Example usage\n```\nname: Deploy app to monday\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: Deploy app to monday\n        uses: mondaycom/monday-app-deploy-action@master\n        with:\n          token: ${{ secrets.MONDAY_TOKEN }}\n          appId: 10110073\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-app-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondaycom%2Fmonday-app-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-app-deploy-action/lists"}