diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1010656..c65d458 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -9,8 +9,6 @@ on: jobs: gitleaks: uses: netresearch/.github/.github/workflows/gitleaks.yml@main - secrets: - GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} dependency-review: if: github.event_name == 'pull_request'