{"id":13684979,"url":"https://github.com/aviate-labs/setup-dfx","last_synced_at":"2025-08-12T17:40:30.768Z","repository":{"id":48058499,"uuid":"374115395","full_name":"aviate-labs/setup-dfx","owner":"aviate-labs","description":"Set up your GitHub Actions workflow with a specific version of the Internet Computer SDK","archived":false,"fork":false,"pushed_at":"2024-05-02T17:19:54.000Z","size":31,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-16T09:47:46.939Z","etag":null,"topics":["ci","dfinity","dfx","github-actions","ic","internet-computer","vessel"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/aviate-labs.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":"2021-06-05T13:01:41.000Z","updated_at":"2025-05-11T07:20:28.000Z","dependencies_parsed_at":"2024-01-14T18:01:04.312Z","dependency_job_id":"a572a1e0-2134-4fd1-a650-7a3cd2db1fb2","html_url":"https://github.com/aviate-labs/setup-dfx","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"2e9781e7a3448ca6a61b39480b44bc71b314c5b6"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/aviate-labs/setup-dfx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviate-labs%2Fsetup-dfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviate-labs%2Fsetup-dfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviate-labs%2Fsetup-dfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviate-labs%2Fsetup-dfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aviate-labs","download_url":"https://codeload.github.com/aviate-labs/setup-dfx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviate-labs%2Fsetup-dfx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270108222,"owners_count":24528758,"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-08-12T02:00:09.011Z","response_time":80,"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":["ci","dfinity","dfx","github-actions","ic","internet-computer","vessel"],"created_at":"2024-08-02T14:00:41.588Z","updated_at":"2025-08-12T17:40:30.736Z","avatar_url":"https://github.com/aviate-labs.png","language":"TypeScript","funding_links":[],"categories":["Deploy"],"sub_categories":[],"readme":"# Setup The Internet Computer SDK\n\nThis action sets up a `dfx` environment, also includes `moc`, `vessel` and `pocket-ic`.\n\n**!** Only supports Ubuntu/macOS virtual environments.\n\n## Usage\n\n```yml\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v4\n- uses: aviate-labs/setup-dfx@v0.3.2\n  with:\n    vessel-version: 0.7.0\n- run: for i in src/*.mo ; do $(vessel bin)/moc $(vessel sources) --check $i ; done\n```\n\n### Deploying\n\n```yml\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v4\n- uses: aviate-labs/setup-dfx@v0.3.2\n  with:\n    dfx-version: 0.18.0\n  env:\n    DFX_IDENTITY_PEM: ${{ secrets.DFX_IDENTITY_PEM }}\n- run: |\n    dfx identity use action\n    dfx deploy --network ic --no-wallet\n```\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviate-labs%2Fsetup-dfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faviate-labs%2Fsetup-dfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviate-labs%2Fsetup-dfx/lists"}