{"id":24638021,"url":"https://github.com/upbound/action-up","last_synced_at":"2026-03-07T09:04:57.527Z","repository":{"id":266575516,"uuid":"898716883","full_name":"upbound/action-up","owner":"upbound","description":"GitHub Actions for Upbound - up","archived":false,"fork":false,"pushed_at":"2025-08-20T21:15:56.000Z","size":211,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-08-20T23:27:21.076Z","etag":null,"topics":["action","actions","github-action","github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/upbound.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-12-04T22:42:05.000Z","updated_at":"2025-03-13T14:26:31.000Z","dependencies_parsed_at":"2024-12-05T01:20:49.088Z","dependency_job_id":"f69c45f7-9bd3-46a8-bdc3-a6fbdb187e69","html_url":"https://github.com/upbound/action-up","commit_stats":null,"previous_names":["upbound/action-up"],"tags_count":3,"template":false,"template_full_name":"actions/javascript-action","purl":"pkg:github/upbound/action-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Faction-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Faction-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Faction-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Faction-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upbound","download_url":"https://codeload.github.com/upbound/action-up/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upbound%2Faction-up/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["action","actions","github-action","github-actions"],"created_at":"2025-01-25T10:12:46.981Z","updated_at":"2026-03-07T09:04:57.508Z","avatar_url":"https://github.com/upbound.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions for Upbound - up\n\nThis action enabbles you to interact with Upbound by installing the up CLI.\n\n## Usage\n\nTo install the latest version of `up` and use it in GitHub Actions workflows,\n[create an Upbound API token](https://docs.upbound.io/all-spaces/spaces/console/#create-a-personal-access-token),\n[add it as a secret to your repository](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-encrypted-secrets-for-a-repository),\nand add the following step to your workflow:\n\n```yaml\n- name: Install and login with up\n  uses: upbound/action-up@v1\n  with:\n    api-token: ${{ secrets.UP_API_TOKEN }}\n    organization: my-org\n```\n\n`up` will now be available in the environement and can be used in following\nsteps. As an example, you can set your Upbound context:\n\n```yaml\n- name: Install and login with up\n  uses: upbound/action-up@v1\n  with:\n    api-token: ${{ secrets.UP_API_TOKEN }}\n    organization: my-org\n\n- name: Set Upbound context\n  run: up ctx my-org/upbound-gcp-us-west-1/default/my-ctp\n```\n\nTo install up without authentication:\n\n```yaml\n- name: Install up\n  uses: upbound/action-up@v1\n  with:\n    skip-login: true\n```\n\n## Contributing\n\n\u003e [!NOTE]\n\u003e\n\u003e You'll need to have a reasonably modern version of\n\u003e [Node.js](https://nodejs.org) handy. If you are using a version manager like\n\u003e [`nodenv`](https://github.com/nodenv/nodenv) or\n\u003e [`nvm`](https://github.com/nvm-sh/nvm), you can run `nodenv install` in the\n\u003e root of your repository to install the version specified in\n\u003e [`package.json`](./package.json). Otherwise, 20.x or later should work!\n\n1. :hammer_and_wrench: Install the dependencies\n\n   ```bash\n   npm install\n   ```\n\n1. :building_construction: Package the JavaScript for distribution\n\n   ```bash\n   npm run bundle\n   ```\n\n1. :white_check_mark: Run the tests\n\n   ```bash\n   $ npm test\n   PASS  __tests__/main.test.js\n    action\n      ✓ installs the up cli successfully (2 ms)\n      ✓ installs the up cli successfully without a v in front of the version (1 ms)\n\n   PASS  __tests__/index.test.js\n    index\n      ✓ calls run when imported (1 ms)\n   ...\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupbound%2Faction-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupbound%2Faction-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupbound%2Faction-up/lists"}