{"id":25637768,"url":"https://github.com/genez-io/genezio-github-action","last_synced_at":"2025-04-14T23:06:43.013Z","repository":{"id":85799632,"uuid":"595194531","full_name":"Genez-io/genezio-github-action","owner":"Genez-io","description":"GitHub Action to deploy your code using genezio","archived":false,"fork":false,"pushed_at":"2024-12-09T16:33:57.000Z","size":449,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"production","last_synced_at":"2025-04-14T23:06:27.910Z","etag":null,"topics":["actions","genezio","github-actions","serverless","serverless-functions"],"latest_commit_sha":null,"homepage":"https://genez.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Genez-io.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-01-30T15:39:56.000Z","updated_at":"2024-12-09T15:57:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"7933a770-1b02-4935-b113-7e3b469dae1b","html_url":"https://github.com/Genez-io/genezio-github-action","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genez-io%2Fgenezio-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genez-io%2Fgenezio-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genez-io%2Fgenezio-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genez-io%2Fgenezio-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Genez-io","download_url":"https://codeload.github.com/Genez-io/genezio-github-action/tar.gz/refs/heads/production","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975316,"owners_count":21192209,"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":["actions","genezio","github-actions","serverless","serverless-functions"],"created_at":"2025-02-23T01:28:11.793Z","updated_at":"2025-04-14T23:06:42.984Z","avatar_url":"https://github.com/Genez-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# genezio-github-action\n\n[![Validate 'genezio-github-action'](https://github.com/Genez-io/genezio-github-action/actions/workflows/test.yml/badge.svg)](https://github.com/Genez-io/genezio-github-action/actions/workflows/test.yml)\n\nThis action sets up a `genezio` environment for using it in actions.\n\n## Usage\n\nTo deploy your project on `genezio` using GitHub Actions, you have to provide a `genezio` access token.\n\nFollow these steps to setup a `genezio` access token to use GitHub Actions:\n\n- Head to the `genezio` [dashboard](https://app.genez.io/settings/tokens) to generate a `genezio` access token.\n- Store the access token as a GitHub secret in your repository. To see how to create an action secret check this [tutorial](https://docs.github.com/en/actions/security-guides/encrypted-secrets?tool=webui#creating-encrypted-secrets-for-a-repository).\n\nIn the examples below the secret is referred to as `secrets.GENEZIO_TOKEN`. Change accordingly for your project.\n\n### Deployment\n\nAn example workflow to deploy the backend of your project with the latest version of `genezio`:\n\n```yaml\nname: genezio workflow\non:\n  push:\n    branches:\n      - main\n\njobs:\n  deploy-backend:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: actions/setup-node@v4\n      - uses: Genez-io/genezio-github-action@v3\n        with:\n          token: ${{ secrets.GENEZIO_TOKEN }}\n      - name: Deploy backend\n        working-directory: ./\n        run: genezio deploy\n```\n\nYou can test or check logs for the deployed project at https://app.genez.io.\n\n## Documentation\n\nTo find more details on how to use `genezio`, check out the official [documentation](https://genez.io/docs):\n\n- [Getting started](https://genezio.com/docs/getting-started/)\n- [Integrations](https://docs.genez.io/genezio-documentation/integrations)\n\nIf you cannot find what you are looking for in the docs, don't hesitate to drop us a [GitHub issue](https://github.com/Genez-io/genezio/issues) or [start a discussion on Discord](https://discord.gg/uc9H5YKjXv).\n\n## License\n\nThe associated scripts and documentation in this project are released under the GNU General Public License v3.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenez-io%2Fgenezio-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenez-io%2Fgenezio-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenez-io%2Fgenezio-github-action/lists"}