diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 4d88ed1..621e603 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@d7c22711e830e1f383846472f6e9b99debdb201e - secrets: inherit + secrets: inherit \ No newline at end of file