{"id":20656349,"url":"https://github.com/flaconi/github-reusable-workflow","last_synced_at":"2026-03-19T16:58:51.095Z","repository":{"id":171307872,"uuid":"498344227","full_name":"Flaconi/github-reusable-workflow","owner":"Flaconi","description":"Github Action Reusable Flows","archived":false,"fork":false,"pushed_at":"2024-04-05T13:58:35.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T22:48:08.691Z","etag":null,"topics":["backups","reusable-workflows"],"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/Flaconi.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-31T13:18:43.000Z","updated_at":"2024-09-11T10:49:17.000Z","dependencies_parsed_at":"2025-01-17T11:33:34.038Z","dependency_job_id":null,"html_url":"https://github.com/Flaconi/github-reusable-workflow","commit_stats":null,"previous_names":["flaconi/github-reusable-workflow"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Flaconi/github-reusable-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fgithub-reusable-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fgithub-reusable-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fgithub-reusable-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fgithub-reusable-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaconi","download_url":"https://codeload.github.com/Flaconi/github-reusable-workflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fgithub-reusable-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30221511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","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":["backups","reusable-workflows"],"created_at":"2024-11-16T18:14:52.881Z","updated_at":"2026-03-07T16:33:25.300Z","avatar_url":"https://github.com/Flaconi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action Reusable Workflows\n\n[![Tag](https://img.shields.io/github/tag/Flaconi/github-reusable-workflow.svg)](https://github.com/Flaconi/github-reusable-workflow/releases)\n[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)\n\n## :computer: A Reusable workflow to backup GitHub repository to S3 bucket\n\nTo trigger the flow, add the following to your respective repository you want to backup.\n\n```\nname: Backup Respository\n\n# -------------------------------------------------------------------------------------------------\n# When to run\n# -------------------------------------------------------------------------------------------------\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  backup:\n    uses: Flaconi/github-reusable-workflow/.github/workflows/backups.yml@v1\n    with:\n      enabled: true\n      region: eu-central-1\n    secrets:\n      iam_role_arn: ${{ secrets.BACKUP_REPO_IAM_ROLE }}\n      bucket_name: ${{ secrets.BACKUP_REPO_BUCKET }}\n```\n\n\n## :exclamation: Keep up-to-date with GitHub Dependabot\n\n\n| :warning: UPDATE    |\n|:--------------------|\n| The following is not yet available as part of Dependabots package ecosystem.\u003cbr/\u003ehttps://github.com/community/community/discussions/8088 |\n\n\nSince [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot) has [native GitHub Actions support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem), to enable it on your GitHub repo all you need to do is add the `.github/dependabot.yml` file:\n\n```yml\nversion: 2\nupdates:\n  # Maintain dependencies for GitHub Actions\n  - package-ecosystem: \"github-actions\"\n    directory: \"/\"\n    schedule:\n      interval: \"daily\"\n```\n\nThen Dependabot will PR you version updates as soon as this repository gets updated.\n\n\n## :page_facing_up: License\n\n**[MIT License](LICENSE)**\n\nCopyright (c) 2022 [Flaconi GmbH](https://github.com/Flaconi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fgithub-reusable-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaconi%2Fgithub-reusable-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fgithub-reusable-workflow/lists"}