From 1a6a509579ee9533615ce412c256f2a48c87580f Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 18 Oct 2024 07:51:09 -0400 Subject: [PATCH] humctl score validate --local --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ba4d09..f6059fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,9 +22,8 @@ jobs: - name: humctl score validate run: | humctl score validate apps/${{ matrix.apps }}/score.yaml \ - --token ${{ secrets.HUMANITEC_TOKEN }} \ - --org ${{ secrets.HUMANITEC_ORG }} \ - --strict + --strict \ + --local score-compose: runs-on: ubuntu-24.04 env: