{"id":44752291,"url":"https://github.com/arthur-plazanet/use-github-actions","last_synced_at":"2026-02-15T23:15:50.001Z","repository":{"id":207763795,"uuid":"718388359","full_name":"arthur-plazanet/use-github-actions","owner":"arthur-plazanet","description":"Encrypted database, free and reusable workflows","archived":false,"fork":false,"pushed_at":"2026-02-09T12:12:16.000Z","size":3803,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T15:25:09.078Z","etag":null,"topics":["database","encryption-decryption","github-actions","reusable-workflows","workflow"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/arthur-plazanet.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-14T01:08:07.000Z","updated_at":"2026-02-09T12:12:12.000Z","dependencies_parsed_at":"2024-06-26T10:54:18.176Z","dependency_job_id":"64504024-14a3-4630-93f8-12dbb6272d8c","html_url":"https://github.com/arthur-plazanet/use-github-actions","commit_stats":null,"previous_names":["arthur-plazanet/gha","arthur-plazanet/github-actions","arthur-plazanet/github-actions-toolbox","arthur-plazanet/github-actions-kit","arthur-plazanet/use-github-actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arthur-plazanet/use-github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-plazanet%2Fuse-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-plazanet%2Fuse-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-plazanet%2Fuse-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-plazanet%2Fuse-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthur-plazanet","download_url":"https://codeload.github.com/arthur-plazanet/use-github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-plazanet%2Fuse-github-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29492013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["database","encryption-decryption","github-actions","reusable-workflows","workflow"],"created_at":"2026-02-15T23:15:49.427Z","updated_at":"2026-02-15T23:15:49.995Z","avatar_url":"https://github.com/arthur-plazanet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# useGitHubActions\n\nGitHub Actions are limited to 2,000 minutes/month for private repositories\n\nI initially created this repository as a workaround to not be limited by this quota.\n\nIt then became a playground to explore GitHub Actions capabilities and share re-usable workflows.\n\n## Small Database\n\n### Encryption and Decryption\n\nStore [data](https://github.com/arthur-plazanet/use-github-actions/tree/main/data/encrypted), encrypted with PGP if sensitive\n\n- Use [Github Actions](https://github.com/arthur-plazanet/use-github-actions/blob/main/.github/workflows/decrypt_data.yml) to decrypt and send the data to a private repository\n\n_How it works:_\n\n- Data are encrypted with a public PGP key\n- They are stored in the repository through a git commit in a specific branch using a private API or custom script\n- This repository contains the private PGP key to decrypt the data\n- Using this [workflow](https://github.com/arthur-plazanet/use-github-actions/blob/main/.github/workflows/decrypt_data.yml) , data can be decrypted and sent to a private repository\n\n### Public Data\n\n- Store public [data](https://github.com/arthur-plazanet/use-github-actions/tree/main/data/public) that can be consumed as an API\n- See [README](https://github.com/arthur-plazanet/use-github-actions/blob/main/data/public/README.md)\n\n## Re-usable Workflows\n\n- Re-usable workflows that can be called from other repositories\n- Used mostly by small apps, to avoid re-writing the same workflows in each repository\n- To recognize re-usable workflows, look for the `workflow_call` trigger in the workflow file, and the file name\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthur-plazanet%2Fuse-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthur-plazanet%2Fuse-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthur-plazanet%2Fuse-github-actions/lists"}