Bump smartcontractkit/.github from 9fd15fe8e698a5e28bfd06b3a91471c56568dcb3 to 2799edfc591c8950b2bc04ffc008aaf3b7a082cc #171
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Helm Chart | |
on: | |
pull_request: | |
paths: | |
- "charts/**" | |
- ".github/workflows/helm-chart.yml" | |
jobs: | |
ci-lint-helm-charts: | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: write | |
contents: read | |
actions: read | |
steps: | |
- name: ci-lint-helm-charts | |
uses: smartcontractkit/.github/actions/ci-lint-charts@2799edfc591c8950b2bc04ffc008aaf3b7a082cc # ci-lint-charts@0.1.1 | |
with: | |
# chart testing inputs | |
chart-testing-extra-args: "--lint-conf=lintconf.yaml" | |
# grafana inputs | |
metrics-job-name: ci-lint-helm-charts | |
gc-basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }} | |
gc-host: ${{ secrets.GRAFANA_CLOUD_HOST }} |