Skip to content

Commit 6ea8513

Browse files
chore: Remove gitleaks as secrets protection is inherited from org
1 parent 6dfa1eb commit 6ea8513

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,4 @@ jobs:
6666
- name: Checkout code
6767
uses: actions/checkout@v4
6868
with:
69-
fetch-depth: 0
70-
71-
- name: Run GitLeaks
72-
uses: gitleaks/gitleaks-action@v2
73-
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
fetch-depth: 0

0 commit comments

Comments
 (0)