Skip to content

Feat/con 23011 support gke (#120) #138

Feat/con 23011 support gke (#120)

Feat/con 23011 support gke (#120) #138

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
paths:
- charts/**
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
bump-dependencies:
needs: release
uses: spotinst/charts/.github/workflows/bump-chart-dependencies.yaml@main

Check failure on line 32 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "spotinst/charts/.github/workflows/bump-chart-dependencies.yaml@main" (source branch with sha:ee19d2f211b35240fa20def95abed5d5e979732e) : No event triggers defined in `on`
with:
chart-name: ocean-kubernetes-controller