Skip to content

Commit 1cc7824

Browse files
committed
change GH key for correction
1 parent 3aa799c commit 1cc7824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
ref: ${{ github.event.pull_request.head.ref }}
2020
repository: ${{ github.event.pull_request.head.repo.full_name }}
21-
token: ${{ secrets.GITHUB_TOKEN }}
21+
token: ${{ secrets.GHA_PAT }}
2222

2323
- name: Run Gitleaks
2424
uses: gitleaks/gitleaks-action@v2

0 commit comments

Comments
 (0)