Skip to content

feat(aethos): add registration (#2) #3

feat(aethos): add registration (#2)

feat(aethos): add registration (#2) #3

Workflow file for this run

name: Release Chart
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.GITHUB_TOKEN }}