Skip to content

Commit

Permalink
fix directory name and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes committed Sep 28, 2023
1 parent 3cc8d92 commit 811698c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/guard-api-key-leak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
run: yarn && yarn build
working-directory: ./generator/konfig-dash
env:
# required to avoid `Usage Error: Environment variable not found (NPM_TOKEN)`
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

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

0 comments on commit 811698c

Please sign in to comment.