Skip to content

Commit

Permalink
πŸ› Bug(secrets.yml): fix secrets fetching (#3)
Browse files Browse the repository at this point in the history
Update secrets.yml

Signed-off-by: Jonathan S <[email protected]>
  • Loading branch information
TGTGamer authored May 22, 2023
1 parent e239953 commit 3724f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/workflows/.github/.github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
submodules: 'recursive'
token: "${{ secrets.BOT_TOKEN }}"
token: ${{ secrets.BOT_TOKEN }}
- name: GitGuardian scan
uses: GitGuardian/ggshield/actions/secret@main
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}

0 comments on commit 3724f22

Please sign in to comment.