Skip to content

Merge pull request #505 from appuio/pdb/update_api_version #153

Merge pull request #505 from appuio/pdb/update_api_version

Merge pull request #505 from appuio/pdb/update_api_version #153

Workflow file for this run

name: Release Charts
on:
push:
branches:
- master
jobs:
gh-pages:
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 "[email protected]"
- name: Prepare charts
run: make prepare
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: appuio
charts_repo_url: https://charts.appuio.ch
env:
CR_TOKEN: "${{ secrets.RELEASE_PAT }}"