Parcourir la source

user accounts don't need gitleaks license

Zachary Rice il y a 3 ans
Parent
commit
f5c2b636f3
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      .github/workflows/gitleaks.yml

+ 1 - 2
.github/workflows/gitleaks.yml

@@ -8,7 +8,6 @@ jobs:
       - uses: actions/checkout@v3
         with:
           fetch-depth: 0
-      - uses: zricethezav/gitleaks-action@v2.0.0
+      - uses: zricethezav/gitleaks-action@v2
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}