Skip to content

Merge pull request #196 from permitio/roe/per-10888-fix-pdp-setup-in-… #88

Merge pull request #196 from permitio/roe/per-10888-fix-pdp-setup-in-…

Merge pull request #196 from permitio/roe/per-10888-fix-pdp-setup-in-… #88

Workflow file for this run

name: Helm Release Workflow
on:
push:
branches:
- v2
workflow_dispatch:
jobs:
helm-release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "elimoshkovich"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.PAGES }}"
with:
skip_existing: true