diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 65b1051..eb48984 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -15,5 +15,9 @@ permissions: jobs: scan: + permissions: + contents: read + pull-requests: write + actions: read uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@7c9db0e5909aab77bf11a444ade3b95c1d2b702e - secrets: inherit + secrets: inherit \ No newline at end of file