Skip to content

[pgadmin4] Be able to define existingSecret or existingConfigmap cont… #143

[pgadmin4] Be able to define existingSecret or existingConfigmap cont…

[pgadmin4] Be able to define existingSecret or existingConfigmap cont… #143

Workflow file for this run

name: "Publish charts to repo"
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: publish charts
uses: J12934/helm-gh-pages-action@master
with:
deploy-branch: gh-pages
access-token: ${{ secrets.ACCESS_TOKEN }}