This is the Rust version of the discord bot created for FBT Heaven
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add yelp secret search

+9 -1
+9 -1
.github/workflows/detect-new-secrets.yml
··· 8 8 - name: Checkout Repo 9 9 uses: actions/checkout@v3 10 10 - name: Secret Scanner 11 - uses: secret-scanner/action@0.0.2 11 + uses: secret-scanner/action@0.0.2 12 + secret-search-job: 13 + runs-on: 'ubuntu-latest' 14 + name: Job to scan for secrets 15 + steps: 16 + - name: Checkout 17 + uses: actions/checkout@v1 18 + - name: Execute secret-search 19 + uses: Hacks4Snacks/secret-search@main