We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69ab6e commit 1c30732Copy full SHA for 1c30732
.github/workflows/org-required-trufflehog.yml
@@ -23,5 +23,5 @@ jobs:
23
# Simplified workflow - only what you need
24
fail-on-verified: "true" # Always fail on real secrets
25
fail-on-unverified: "false" # Lenient for org-wide adoption
26
- runs-on: "ubuntu-x64-large" # Large runner for better performance
+ runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-x86-large' }} # Large runner for internal repositories
27
secrets: inherit
0 commit comments