Skip to content

Merge pull request #21 from ImDevinC/cleanup-auth #21

Merge pull request #21 from ImDevinC/cleanup-auth

Merge pull request #21 from ImDevinC/cleanup-auth #21

Workflow file for this run

name: Release helm chart
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "deploy/go-links/Chart.yaml"
jobs:
release-chart:
permissions:
contents: write
uses: imdevinc/imdevinc/.github/workflows/shared-chart-release.yaml@v1
with:
chart-dir: deploy
secrets: inherit