From 95c4d7a27669f5ef3605b0a0b16305df39886183 Mon Sep 17 00:00:00 2001 From: Joao Vitorino Date: Thu, 22 Jul 2021 18:34:40 -0300 Subject: [PATCH] Correct token --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69110be..d7731e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: if: ${{ always() }} uses: reviewdog/action-detect-secrets@master with: - github_token: ${{ secrets.github_token }} + github_token: ${{ secrets.GH_TOKEN }} reporter: github-pr-review # Change reporter. - name: Security and Licence Scan # You may pin to the exact commit or the version.