Skip to content
Snippets Groups Projects
Unverified Commit b39a4533 authored by Louis's avatar Louis :fire:
Browse files

[Git] Set up git lfs & github actions

parent db251a57
No related branches found
No related tags found
No related merge requests found
*.png filter=lfs diff=lfs merge=lfs -text
name: Release Charts
on:
push:
branches:
- trunk
jobs:
release:
runs-on: ubuntu-latest
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 "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment