diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index ed37f4e..f14eb27 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -16,5 +16,9 @@ permissions: jobs: scan: timeout-minutes: 15 + permissions: + contents: read + pull-requests: write + actions: read uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 - secrets: inherit + secrets: inherit \ No newline at end of file