diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c7c2f60..611d581 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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