https://github.com/natthasath/github-actions
GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.
https://github.com/natthasath/github-actions
actions workflow
Last synced: 9 months ago
JSON representation
GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.
- Host: GitHub
- URL: https://github.com/natthasath/github-actions
- Owner: natthasath
- License: mit
- Created: 2023-10-27T03:58:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T00:04:57.000Z (10 months ago)
- Last Synced: 2025-09-19T12:35:40.645Z (9 months ago)
- Topics: actions, workflow
- Homepage: https://github.com/sdras/awesome-actions
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Github Actions
GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.



### 🚀 Setup

> [WEATHER_API_KEY](https://www.weatherapi.com/) in Your repo > settings > Secrets and variables > Actions > New repository secret
### ✅ Blog Post `blog-post.yaml` with schedule every day: [source](https://github.com/gautamkrishnar/blog-post-workflow)
- [Install Passbolt on Docker](https://codeinsane.dev/install-passbolt-on-docker/)
- [Deploy Kubernetes Dashboard to Cluster on Ubuntu 22.04](https://codeinsane.dev/deploy-kubernetes-dashboard-to-cluster/)
- [Install Kubernetes Cluster on Ubuntu 22.04](https://codeinsane.dev/install-kubernetes-cluster-on-ubuntu-22-04/)
- [Fix Backstage Error: Could not Fetch Catalog Entities](https://codeinsane.dev/fix-backstage-error-could-not-fetch/)
- [How to Enable Ransomware Protection on Windows 11](https://codeinsane.dev/how-to-enable-ransomware-protection-on-windows-11/)
### ✅ Setup Poetry `setup-poetry.yaml` with on push: [source](https://github.com/abatilo/actions-poetry)
- Use command generate poetry virtualenv in project
```
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
```
- Show in file `poetry.toml`
```
[virtualenvs]
create = true
in-project = true
```
### ✅ Create Tag `create-tag.yaml` with on push: [source](https://github.com/mathieudutour/github-tag-action)
| Commit Message | Release Type |
|-----------------------------------------------------------------------|---------------|
| fix(pencil): stop graphite breaking when too much pressure applied | Patch Release |
| feat(pencil): add 'graphiteWidth' option | Minor Release |
| perf(pencil): remove graphiteWidth option | Major Release |
### ✅ Update Weather `update-weather.yml` with on push: [source](https://github.com/huantt/weather-forecast)
Date
26/10/202327/10/202328/10/2023
Weather


Condition
Moderate rainPatchy rain possiblePatchy rain possible
Temperature
25.4 - 31.7 °C26.4 - 32.3 °C26.7 - 31.9 °C
Wind
12.2 kph14 kph11.9 kph