Skip to content

Commit 34ed0a4

Browse files
fix: security scanner gh token
1 parent dc50e54 commit 34ed0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
7171
with:
7272
repository: hashicorp/security-scanner
73-
token: ${{ secrets.HASHIBOT_PRODSEC_GITHUB_TOKEN }}
73+
token: ${{ secrets.PRODSEC_SCANNER_READ_ONLY }}
7474
path: security-scanner
7575
ref: main
7676

0 commit comments

Comments
 (0)