{"id":26579827,"url":"https://github.com/mondaycom/monday-code-deploy-action","last_synced_at":"2025-03-23T06:29:10.978Z","repository":{"id":197621821,"uuid":"698885320","full_name":"mondaycom/monday-code-deploy-action","owner":"mondaycom","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T16:16:15.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-11T17:30:02.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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":"2023-10-01T09:23:08.000Z","updated_at":"2025-03-11T16:16:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"df228287-66ad-40ba-b79a-84042b1ad3a9","html_url":"https://github.com/mondaycom/monday-code-deploy-action","commit_stats":null,"previous_names":["mondaycom/monday-code-deploy-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondaycom","download_url":"https://codeload.github.com/mondaycom/monday-code-deploy-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066070,"owners_count":20555392,"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.299Z","updated_at":"2025-03-23T06:29:10.961Z","avatar_url":"https://github.com/mondaycom.png","language":"Shell","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**Required**  \nMonday developer token.\nCan be acquired here: https://\u003cyour-monday-subdomain\u003e.monday.com/apps/manage/tokens\n\n### `appId`\nThe app ID to push your code into (required if versionId is not provided).\nCan be found using `mapps app:list` command in your terminal or in the dev center.\n\n### `versionId`\nThe specific version ID to deploy to (required if appId is not provided).\nCan be found using `mapps app:versions` command.\nNote: If deploying to a live version, you must also set `force: true`.\n\n### `force`\nBoolean flag to force push to the latest version (draft or live).\nRequired when deploying to a live version.\nDefault is `false`.\n\n### `region`\nThe region to deploy the app to: `us`, `eu`, or `au`.\n\n## Example Usage\n\n```yaml\nname: Deploy to monday code\non:\n  push:\n    branches:\n      - main\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      \n      # Deploy using app ID\n      - name: Deploy to monday code\n        uses: mondaycom/monday-code-deploy-action@master\n        with:\n          token: ${{ secrets.MONDAY_TOKEN }}\n          appId: 10110073\n          region: eu\n\n      # Or deploy using version ID\n      - name: Deploy to specific version\n        uses: mondaycom/monday-code-deploy-action@master\n        with:\n          token: ${{ secrets.MONDAY_TOKEN }}\n          versionId: 12345678\n          force: true  # required if version is live\n          region: eu\n```\n\nNote: You must provide either `appId` or `versionId`. If both are provided, `versionId` will take precedence over `appId`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-code-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondaycom%2Fmonday-code-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-code-deploy-action/lists"}