fixed secret issue

This commit is contained in:
scrungus 2022-11-17 14:32:18 +00:00
parent 213ebaf3a9
commit 7dc1a8894d

View File

@ -22,6 +22,12 @@ jobs:
- name: Set up chart-testing
uses: scrungus/chart-testing-action@v3.7.3
- name: Copy cloud creds to file
run: 'echo "$TYLER_CLOUDS" > clouds.yml'
shell: bash
env:
TYLER_CLOUDS: ${{ secrets.TYLER_CLOUDS }}
- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --all --validate-maintainers=false --extra-values "${{ secrets.TYLER_CLOUDS }}"
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --all --validate-maintainers=false --extra-values clouds.yml