Skip to content

Commit

Permalink
more sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes committed Sep 28, 2023
1 parent 1d67e1c commit 1656499
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/guard-api-key-leak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
# required to avoid `Usage Error: Environment variable not found (NPM_TOKEN)`
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: print working directory
run: pwd

- name: sanity check for existence of files
run: find ./generator/api/dist -type f

- name: Detect API key leaks
run: ./guard-api-key-leak.sh
working-directory: ./generator/konfig-dash/bash-scripts

0 comments on commit 1656499

Please sign in to comment.