diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index b25a1b28db..39838c5298 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -24,4 +24,6 @@ jobs: run: npm install --save-dev @commitlint/{config-conventional,cli} - name: Lint PR title - run: echo "${{ github.event.pull_request.title }}" | npx commitlint + env: + PR_TITLE: ${{ github.event.pull_request.title }} + run: echo "$PR_TITLE" | npx commitlint diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 1dcc7704ac..f98ea7bdd1 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -31,7 +31,6 @@ jobs: with: results_file: results.sarif results_format: sarif - repo_token: ${{ secrets.SCORECARD_READ_TOKEN }} publish_results: true # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF