Skip to content

Merge pull request #11 from NBISweden/tls-config #3

Merge pull request #11 from NBISweden/tls-config

Merge pull request #11 from NBISweden/tls-config #3

name: Publish chart
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.4.0
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"