{"id":18710667,"url":"https://github.com/apify/workflows","last_synced_at":"2025-11-03T16:28:07.694Z","repository":{"id":57883870,"uuid":"528763796","full_name":"apify/workflows","owner":"apify","description":"Apify's reusable github workflows","archived":false,"fork":false,"pushed_at":"2025-04-10T01:04:30.000Z","size":258,"stargazers_count":7,"open_issues_count":13,"forks_count":3,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-10T02:22:23.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apify.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-08-25T08:38:26.000Z","updated_at":"2025-04-08T10:14:27.000Z","dependencies_parsed_at":"2023-02-17T04:31:20.186Z","dependency_job_id":"6dca770d-da51-4db5-99df-f6aab4b2058b","html_url":"https://github.com/apify/workflows","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fworkflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fworkflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fworkflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fworkflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apify","download_url":"https://codeload.github.com/apify/workflows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560556,"owners_count":21124678,"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":"2024-11-07T12:35:13.294Z","updated_at":"2025-11-03T16:28:07.648Z","avatar_url":"https://github.com/apify.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# workflows\n\nThis repository contains reusable github workflows used in Apify projects.\n\n## Docs\n\nEach of the workflows present in `.github/workflows` directory, unless prefixed by `local_`, is meant to be used by [caller workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows#example-caller-workflow)\n\n## How to release new version\n\n1. Create a PR. **IMPORTANT: Avoid using the ‘chore:’ prefix, as it doesn’t work with RELEASE-PLEASE. Use ‘feat:’ or ‘fix:’ instead.**\n2. Merge PR into the main branch after approval. This triggers an automated workflow that generates a new PR for the release using the RELEASE-PLEASE action.\n3. Navigate to the PR and merge it into the main branch. This will publish the release with an updated changelog.\n\n## Examples\n\nBuild container image and push it to AWS ECR.\n\n\u003e NOTE: AWS ECR repository needs to be already created.\n\n```yml\nname: build and push\n\non:\n  workflow_dispatch:\n\n  push:\n    branches:\n      - main\n\njobs:\n  get_values:\n    uses: apify/workflows/.github/workflows/get_values.yaml@main\n\n  build:\n    needs: get_values\n    uses: apify/workflows/.github/workflows/build_docker_image_and_push_to_ecr.yaml@main\n    secrets:\n      awsAccessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }}\n      awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n      slackToken: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}\n    with:\n      imageTag: ${{ needs.get_values.outputs.short_commit_sha }}\n      repository: \u003cREPOSITORY_NAME\u003e\n      registry: \u003cAWS_ACCOUNT_ID_OR_ALIAS\u003e.dkr.ecr.\u003cAWS_REGION\u003e.amazonaws.com\n      slackChannelId: \u003cSLACK_CHANNEL_ID\u003e\n      actorOverride: ${{ needs.get_values.outputs.commit_author }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Fworkflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapify%2Fworkflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Fworkflows/lists"}