Skip to content

Commit e75ee73

Browse files
authored
Merge pull request #4 from cloudwalk/firstcommit
change GH key (remove public)
2 parents 60dee77 + 6013952 commit e75ee73

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
@@ -24,6 +24,6 @@ jobs:
2424
uses: gitleaks/gitleaks-action@v2
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GHA_PAT }}
27-
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE_PUBLIC }}
27+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
2828
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: "false"
2929
GITLEAKS_VERSION: 8.26.0

0 commit comments

Comments
 (0)