https://github.com/eidp/actions-helm
Repository containing Helm specific GitHub actions
https://github.com/eidp/actions-helm
actions github-actions helm
Last synced: 2 months ago
JSON representation
Repository containing Helm specific GitHub actions
- Host: GitHub
- URL: https://github.com/eidp/actions-helm
- Owner: eidp
- License: apache-2.0
- Created: 2025-08-12T13:46:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T15:44:37.000Z (3 months ago)
- Last Synced: 2026-03-25T20:27:47.172Z (3 months ago)
- Topics: actions, github-actions, helm
- Language: Shell
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Helm actions
This repository contains Helm specific actions.
## 🛠️ GitHub Actions
The following GitHub Actions are available in this repository:
- [promote](promote/README.md)
- [publish](publish/README.md)
## Development
### Pre-commit hooks
To ensure code quality and consistency, this repository uses [pre-commit](https://pre-commit.com/) hooks. Make sure to
install the pre-commit hooks by running:
```bash
pre-commit install
```