Skip to content

Commit c58d21f

Browse files
committed
ci: set GITHUB_ACCESS_TOKEN variable
1 parent d27f70e commit c58d21f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
args: |
2626
setup
2727
working-directory: example
28+
env:
29+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2830
- name: Show trufflehog version
2931
run: |
3032
type trufflehog

0 commit comments

Comments
 (0)