We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda4b76 commit 6615192Copy full SHA for 6615192
.github/workflows/secret-scanner.yml
@@ -0,0 +1,9 @@
1
+---
2
+on:
3
+ - push
4
+ - pull_request
5
+
6
+jobs:
7
+ secret-scanner-reusable:
8
+ uses: anyproto/shared-actions/.github/workflows/secret-scanner-reusable.yml@v1
9
+ secrets: inherit # pass all secrets
0 commit comments