Decrease select_with_timeout to fix 520 error #1129
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: detect-secrets | |
on: push | |
jobs: | |
detect-secrets-scan: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Install detect-secrets | |
run: pip install detect-secrets[gibberish] | |
- name: Check for new secrets | |
run: | | |
./scripts/detect_secrets/check.sh |