Skip to content

Fix the action running branch #1

Fix the action running branch

Fix the action running branch #1

name: Release Charts
on:
push:
branches:
- master
jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: forge-amd64-medium
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
charts_dir: "./stable/"
skip_existing: true