Merge pull request #39 from hazelops/CORE-721-web-chart-datadog-is-in… #18
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: Create Helm charts release | |
on: | |
push: | |
branches: | |
- develop | |
paths: | |
- 'charts/**' | |
release: | |
types: [published, created] | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Publish Helm charts | |
uses: stefanprodan/[email protected] | |
with: | |
linting: on | |
token: ${{ secrets.CR_TOKEN }} | |
charts_dir: charts |