Skip to content

Add/deploy tolerations (#58) #64

Add/deploy tolerations (#58)

Add/deploy tolerations (#58) #64

Workflow file for this run

name: Helm Publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: check source code
uses: actions/checkout@v3
- uses: J12934/helm-gh-pages-action@master
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
charts-folder: "charts"
deploy-branch: "gh-pages"