fixed secret issue
This commit is contained in:
parent
213ebaf3a9
commit
7dc1a8894d
8
.github/workflows/lint.yaml
vendored
8
.github/workflows/lint.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user