Skip to content

POC impl of blue-chip-only aggregate rate limit #2

POC impl of blue-chip-only aggregate rate limit

POC impl of blue-chip-only aggregate rate limit #2

Workflow file for this run

name: Helm Publish
on:
pull_request:
types: [ labeled ]
jobs:
helm_release:
if: ${{ github.event.label.name == 'helm_release' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Release helm chart
uses: J12934/helm-gh-pages-action@master
with:
charts-folder: charts
deploy-branch: helm-release
access-token: ${{ secrets.HELM_PUSH_TOKEN }}