فهرست منبع

user accounts don't need gitleaks license

Zachary Rice 3 سال پیش
والد
کامیت
f5c2b636f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      .github/workflows/gitleaks.yml

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

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