securesauce / precaution-beta

Precaution provides a simple, automated code review for GitHub projects by running code linters with a security focus on pull requests.
Other
1 stars 0 forks source link

Travis CI failing on master branch with "failed to deploy" #249

Open joshuagl opened 4 years ago

joshuagl commented 4 years ago

Describe the bug Several recent PRs have been made which all passed tests under Travis CI, however the master branch build has been in an error state for at leas the past 5 builds.

The error appears to be in deploying the master branch to Heroku, i.e. from the logs for build#103:

Preparing deploy
No stash entries found.
API request failed.
Message: Invalid credentials provided.
Reference: 
failed to deploy

Expected behavior Master branch builds succeed in CI, auto-deployment to Heroku works.