{"id":21409856,"url":"https://github.com/stackbuilders/reusable-workflows","last_synced_at":"2026-03-19T20:15:30.829Z","repository":{"id":41376774,"uuid":"509323345","full_name":"stackbuilders/reusable-workflows","owner":"stackbuilders","description":"GitHub Actions reusable workflows","archived":false,"fork":false,"pushed_at":"2022-07-01T15:15:43.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-01-23T04:32:38.491Z","etag":null,"topics":["gh-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/stackbuilders.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-01T04:47:41.000Z","updated_at":"2022-07-01T14:03:18.000Z","dependencies_parsed_at":"2022-09-05T11:20:37.478Z","dependency_job_id":null,"html_url":"https://github.com/stackbuilders/reusable-workflows","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Freusable-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Freusable-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Freusable-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Freusable-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackbuilders","download_url":"https://codeload.github.com/stackbuilders/reusable-workflows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910690,"owners_count":20367538,"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":["gh-actions"],"created_at":"2024-11-22T17:34:43.001Z","updated_at":"2026-01-03T10:16:04.994Z","avatar_url":"https://github.com/stackbuilders.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reusable Workflows\n\nGitHub Actions [reusable workflows][reusable-workflows].\n\n## Usage\n\nThe following section describes the usage of the different reusable workflows\noffered by this repository.\n\n### [cabal-upload](.github/workflows/cabal-upload.yml)\n\nUploads source package and documentation to Hackage.\n\n```yml\njobs:\n  call-cabal-upload:\n    uses: stackbuilders/reusable-workflows/.github/workflows/cabal-upload.yml@main\n    with:\n      ghc_version: \"8.10\"\n      cabal_version: \"3.6\"\n      ignore_uploaded_package: true\n    secrets:\n      HACKAGE_USERNAME: ${{ secrets.HACKAGE_USERNAME }}\n      HACKAGE_PASSWORD: ${{ secrets.HACKAGE_PASSWORD }}\n```\n\n### [eb-deploy](.github/workflows/eb-deploy.yml)\n\nCreates a zip file via git archive and deploys an application version via\n[beanstalk-deploy][beanstalk-deploy]\n\n\n```yml\njobs:\n  call-eb-deploy:\n    uses: stackbuilders/reusable-workflows/.github/workflows/eb-deploy.yml@main\n    with:\n      environment_name: production\n      environment_url: https://example.com\n      eb_application_name: example\n      eb_environment_name: example-production\n      eb_region: us-east-1\n    secrets:\n      AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n      AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n```\n\n## License\n\nMIT, see [the LICENSE file](LICENSE).\n\n## Contributing\n\nDo you want to contribute to this project? Please take a look at our\n[contributing guideline](docs/CONTRIBUTING.md) to know how you can help us\nbuild it.\n\n---\n\u003cimg src=\"https://www.stackbuilders.com/media/images/Sb-supports.original.png\" alt=\"Stack Builders\" width=\"50%\"\u003e\u003c/img\u003e  \n[Check out our libraries](https://github.com/stackbuilders/) | [Join our team](https://www.stackbuilders.com/join-us/)\n\n[beanstalk-deploy]: https://github.com/einaregilsson/beanstalk-deploy\n[reusable-workflows]: https://docs.github.com/en/actions/using-workflows/reusing-workflows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Freusable-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackbuilders%2Freusable-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Freusable-workflows/lists"}