Skip to content

[pgadmin4] fix bug where secret isnt created when using .serverDefini… #146

[pgadmin4] fix bug where secret isnt created when using .serverDefini…

[pgadmin4] fix bug where secret isnt created when using .serverDefini… #146

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 }}