{"id":19570416,"url":"https://github.com/natthasath/github-actions","last_synced_at":"2025-10-04T09:12:17.443Z","repository":{"id":228685511,"uuid":"710608980","full_name":"natthasath/github-actions","owner":"natthasath","description":"GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.","archived":false,"fork":false,"pushed_at":"2025-09-12T00:04:57.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T12:35:40.645Z","etag":null,"topics":["actions","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/sdras/awesome-actions","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/natthasath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-10-27T03:58:58.000Z","updated_at":"2025-09-12T00:05:00.000Z","dependencies_parsed_at":"2024-03-20T01:24:57.060Z","dependency_job_id":"e8fba311-995d-4ccb-b4f1-43786eca2106","html_url":"https://github.com/natthasath/github-actions","commit_stats":null,"previous_names":["natthasath/github-actions"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/natthasath/github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natthasath%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natthasath%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natthasath%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natthasath%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natthasath","download_url":"https://codeload.github.com/natthasath/github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natthasath%2Fgithub-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278290597,"owners_count":25962578,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","workflow"],"created_at":"2024-11-11T06:14:58.712Z","updated_at":"2025-10-04T09:12:17.407Z","avatar_url":"https://github.com/natthasath.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎉 Github Actions\r\n\r\nGitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.\r\n\r\n![version](https://img.shields.io/badge/version-1.0-blue)\r\n![rating](https://img.shields.io/badge/rating-★★★★★-yellow)\r\n![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)\r\n\r\n### 🚀 Setup\r\n\r\n![permission](./img/permission.png)\r\n\r\n\u003e [WEATHER_API_KEY](https://www.weatherapi.com/) in Your repo \u003e settings \u003e Secrets and variables \u003e Actions \u003e New repository secret\r\n\r\n### ✅ Blog Post `blog-post.yaml` with schedule every day: [source](https://github.com/gautamkrishnar/blog-post-workflow)\r\n\r\n\u003c!-- BLOG:START --\u003e\n- [Install Passbolt on Docker](https://codeinsane.dev/install-passbolt-on-docker/)\n- [Deploy Kubernetes Dashboard to Cluster on Ubuntu 22.04](https://codeinsane.dev/deploy-kubernetes-dashboard-to-cluster/)\n- [Install Kubernetes Cluster on Ubuntu 22.04](https://codeinsane.dev/install-kubernetes-cluster-on-ubuntu-22-04/)\n- [Fix Backstage Error: Could not Fetch Catalog Entities](https://codeinsane.dev/fix-backstage-error-could-not-fetch/)\n- [How to Enable  Ransomware Protection on Windows 11](https://codeinsane.dev/how-to-enable-ransomware-protection-on-windows-11/)\n\u003c!-- BLOG:END --\u003e\r\n\r\n### ✅ Setup Poetry `setup-poetry.yaml` with on push: [source](https://github.com/abatilo/actions-poetry)\r\n\r\n- Use command generate poetry virtualenv in project\r\n\r\n```\r\npoetry config virtualenvs.create true --local\r\npoetry config virtualenvs.in-project true --local\r\n```\r\n\r\n- Show in file `poetry.toml`\r\n\r\n```\r\n[virtualenvs]\r\ncreate = true\r\nin-project = true\r\n```\r\n\r\n### ✅ Create Tag `create-tag.yaml` with on push: [source](https://github.com/mathieudutour/github-tag-action)\r\n\r\n| Commit Message                                                        | Release Type  |\r\n|-----------------------------------------------------------------------|---------------|\r\n| fix(pencil): stop graphite breaking when too much pressure applied    | Patch Release |\r\n| feat(pencil): add 'graphiteWidth' option                              | Minor Release |\r\n| perf(pencil): remove graphiteWidth option                             | Major Release |\r\n\r\n### ✅ Update Weather `update-weather.yml` with on push: [source](https://github.com/huantt/weather-forecast)\r\n\r\n\r\n\u003ctable\u003e\r\n    \u003ctr\u003e\r\n        \u003cth\u003eDate\u003c/th\u003e\r\n        \u003ctd\u003e26/10/2023\u003c/td\u003e\u003ctd\u003e27/10/2023\u003c/td\u003e\u003ctd\u003e28/10/2023\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n    \u003ctr\u003e\r\n        \u003cth\u003eWeather\u003c/th\u003e\r\n        \u003ctd\u003e\u003cimg src=\"https://cdn.weatherapi.com/weather/64x64/day/302.png\"/\u003e\u003c/td\u003e\u003ctd\u003e\u003cimg src=\"https://cdn.weatherapi.com/weather/64x64/day/176.png\"/\u003e\u003c/td\u003e\u003ctd\u003e\u003cimg src=\"https://cdn.weatherapi.com/weather/64x64/day/176.png\"/\u003e\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n    \u003ctr\u003e\r\n        \u003cth\u003eCondition\u003c/th\u003e\r\n        \u003ctd width=\"200px\"\u003eModerate rain\u003c/td\u003e\u003ctd width=\"200px\"\u003ePatchy rain possible\u003c/td\u003e\u003ctd width=\"200px\"\u003ePatchy rain possible\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n    \u003ctr\u003e\r\n        \u003cth\u003eTemperature\u003c/th\u003e\r\n        \u003ctd\u003e25.4 -  31.7 °C\u003c/td\u003e\u003ctd\u003e26.4 -  32.3 °C\u003c/td\u003e\u003ctd\u003e26.7 -  31.9 °C\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n    \u003ctr\u003e\r\n        \u003cth\u003eWind\u003c/th\u003e\r\n        \u003ctd\u003e12.2 kph\u003c/td\u003e\u003ctd\u003e14 kph\u003c/td\u003e\u003ctd\u003e11.9 kph\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n\u003c/table\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatthasath%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatthasath%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatthasath%2Fgithub-actions/lists"}