diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40a0861..8c16934 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,9 +37,9 @@ jobs: - name: Authenticate to GCP uses: 'google-github-actions/auth@v2' with: - credentials_json: "${{ secrets.CREDS_TEST_HUBBLE }}" + credentials_json: "${{ secrets.CREDS_PROD_HUBBLE }}" - name: Checkout source branch and diff quality run: | - git checkout ${{ github.head_ref }} + git checkout ${{ github.ref_name }} diff-quality --violations=sqlfluff --fail-under=80 \ No newline at end of file