Skip to content

HTTP and gRPC Grafana and removal of extraneous parts #47

HTTP and gRPC Grafana and removal of extraneous parts

HTTP and gRPC Grafana and removal of extraneous parts #47

Workflow file for this run

# name: Release charts
# on:
# push:
# branches:
# - master
# jobs:
# 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 "$GITHUB_ACTOR"
# git config user.email "[email protected]"
# - name: Install Helm
# uses: azure/setup-helm@v3
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# - name: Run chart-releaser
# uses: helm/[email protected]
# with:
# config: config.yaml
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"