Skip to content

Commit e491444

Browse files
fix: security scanner gh token
1 parent f0a49fd commit e491444

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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)