We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27f70e commit c58d21fCopy full SHA for c58d21f
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
args: |
26
setup
27
working-directory: example
28
+ env:
29
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- name: Show trufflehog version
31
run: |
32
type trufflehog
0 commit comments