Skip to content

stardog: Unset custom scrape interval (#503) #155

stardog: Unset custom scrape interval (#503)

stardog: Unset custom scrape interval (#503) #155

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 "$GITHUB_ACTOR@users.noreply.github.com"
- name: Prepare charts
run: make prepare
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.3.0
with:
charts_dir: appuio
charts_repo_url: https://charts.appuio.ch
env:
CR_TOKEN: "${{ secrets.RELEASE_PAT }}"