fix(discord/slack/helm): empty allowed_channels denies all channels (secure by default) #37
Workflow file for this run
This file contains hidden or 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: Chart Tests | |
| on: | |
| pull_request: | |
| paths: | |
| - "charts/**" | |
| jobs: | |
| helm-unittest: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: azure/setup-helm@v4 | |
| with: | |
| version: v3.18.5 | |
| - name: Install helm-unittest | |
| run: helm plugin install https://github.com/helm-unittest/helm-unittest --version v1.0.3 | |
| - name: Run chart tests | |
| run: helm unittest charts/openab |