Skip to content

Commit

Permalink
add token and license to env for secret scan
Browse files Browse the repository at this point in the history
  • Loading branch information
MargaretSiple-NOAA committed Apr 3, 2024
1 parent 44bd0c3 commit fe5c36c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/secretScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ jobs:
fetch-depth: '0'
- name: gitleaks-action
uses: gitleaks/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.

0 comments on commit fe5c36c

Please sign in to comment.