How can I click on secure github branches using the deployment key

We have a github enterprise created at work, and I want the travis assembly to return the code back to the repo as part of the main assembly of the branch. It basically updates the change log, commits the file and should return to the repo. The problem is that we have secure branches, and we are trying to push through the deployment key configured with travis output:

remote: error: Required status check "continuous-integration/travis-ci" is expected.
At least one approved review is required.        
! [remote rejected]   master -> master (protected branch hook declined)

This does not help set up a secure branch to allow administrators to override because the deployment key is not considered an AFAIU administrator.

+6
source share
1 answer

This is currently not possible, I turned to GitHub about this and received the following response:

, ! , . , , , , !

, , ( ):

https://developer.github.com/v3/guides/managing-deploy-keys/#machine-users

+3

All Articles