GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.
WEATHER_API_KEY in Your repo > settings > Secrets and variables > Actions > New repository secret
✅ Blog Post blog-post.yaml
with schedule every day: source
- Install Passbolt on Docker
- Deploy Kubernetes Dashboard to Cluster on Ubuntu 22.04
- Install Kubernetes Cluster on Ubuntu 22.04
- Fix Backstage Error: Could not Fetch Catalog Entities
- How to Enable Ransomware Protection on Windows 11
✅ Setup Poetry setup-poetry.yaml
with on push: source
- 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
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
Date | 26/10/2023 | 27/10/2023 | 28/10/2023 |
---|---|---|---|
Weather | |||
Condition | Moderate rain | Patchy rain possible | Patchy rain possible |
Temperature | 25.4 - 31.7 °C | 26.4 - 32.3 °C | 26.7 - 31.9 °C |
Wind | 12.2 kph | 14 kph | 11.9 kph |