Skip to content

OPS-0000-fixe-permissions (#3) #25

OPS-0000-fixe-permissions (#3)

OPS-0000-fixe-permissions (#3) #25

name: Release Charts
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: automation
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"