From 951615db976bd12fdd52e79b3b2ca9fa68a44fe0 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Sun, 13 Feb 2022 14:11:39 +1000 Subject: [PATCH] Added secret --- .github/workflows/repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/repo.yaml b/.github/workflows/repo.yaml index ff0aa1ae87..c37f36cda4 100644 --- a/.github/workflows/repo.yaml +++ b/.github/workflows/repo.yaml @@ -40,6 +40,7 @@ jobs: outputPath: reports/ps-rule-results.sarif env: GITHUB_REPOSITORY: ${{ github.repository }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload results to security tab uses: github/codeql-action/upload-sarif@v1