SAML-Toolkits / python3-saml

MIT License
704 stars 309 forks source link

Disable coveralls job if the needed secrets aren’t available #421

Open andersk opened 1 month ago

andersk commented 1 month ago

For security, GitHub Actions does not make secrets available to pull requests from external contributors, so the coveralls job was always failing for those PRs. Disable this job when secrets are not available.