Workflow not triggered by GitHub push

When I push a change in this repo (also find yml there) the workflow is not triggered anymore. It did once when we initially setup Circle CI. But now it doesn’t work anymore.

We see that Github is firing Webhooks, but Circle CI is never using its Deploy Key to get ne revisions.

I checked the most resources online but couldn’t find anything.

Hello,
Were you able to see what the webhook response was?

Sometimes resetting a project can resolve these types of issues. Try going to the project settings on CircleCI and pressing STOP BUILDING. Then ensure on GitHub the webhook has also been removed. Then you can add the project back to CircleCI the same way you would for any project.

That will refresh all of the credentials incase there was some kind of conflict there.

That didn’t do anything. Tried many times before. Again the Webhook was used but in CircleCi nothing changed.

Sorry, I forgot to add the response

Request URL: https://circleci.com/hooks/github Request method: POST content-type: application/x-www-form-urlencoded Expect: User-Agent: GitHub-Hookshot/4d76ede X-GitHub-Delivery: 440ac8aa-d89e-11e8-8081-60a6455d4f43 X-GitHub-Event: push X-Hub-Signature: sha1=94a3f535ece4fdf7a3a11032b5e401a4ba869ecb

And the body

{
“ref”: “refs/heads/master”,
“before”: “662dee4557a52e8b7344e40fed39e0210eda9f00”,
“after”: “580f3c5f88c1bd3451cd2a3f6df0d582e293cc99”,
“created”: false,
“deleted”: false,
“forced”: false,
“base_ref”: null,
“compare”: “https://github.com/Up2Go/travelexpenses/compare/662dee4557a5...580f3c5f88c1”,
“commits”: [
{
“id”: “580f3c5f88c1bd3451cd2a3f6df0d582e293cc99”,
“tree_id”: “5efe60cfc6f1b29dd4666fe3ee0e377d30407ba3”,
“distinct”: true,
“message”: “Update README.md”,
“timestamp”: “2018-10-25T23:38:08+02:00”,
“url”: “https://github.com/Up2Go/travelexpenses/commit/580f3c5f88c1bd3451cd2a3f6df0d582e293cc99”,
“author”: {
“name”: “Robert Sösemann”,
“email”: "robert.soesemann@up2go.com",
“username”: “rsoesemann”
},
“committer”: {
“name”: “GitHub”,
“email”: "noreply@github.com",
“username”: “web-flow”
},
“added”: [

  ],
  "removed": [

  ],
  "modified": [
    "README.md"
  ]
}

],
“head_commit”: {
“id”: “580f3c5f88c1bd3451cd2a3f6df0d582e293cc99”,
“tree_id”: “5efe60cfc6f1b29dd4666fe3ee0e377d30407ba3”,
“distinct”: true,
“message”: “Update README.md”,
“timestamp”: “2018-10-25T23:38:08+02:00”,
“url”: “https://github.com/Up2Go/travelexpenses/commit/580f3c5f88c1bd3451cd2a3f6df0d582e293cc99”,
“author”: {
“name”: “Robert Sösemann”,
“email”: "robert.soesemann@up2go.com",
“username”: “rsoesemann”
},
“committer”: {
“name”: “GitHub”,
“email”: "noreply@github.com",
“username”: “web-flow”
},
“added”: [

],
"removed": [

],
"modified": [
  "README.md"
]

},
“repository”: {
“id”: 22096994,
“node_id”: “MDEwOlJlcG9zaXRvcnkyMjA5Njk5NA==”,
“name”: “travelexpenses”,
“full_name”: “Up2Go/travelexpenses”,
“private”: false,
“owner”: {
“name”: “Up2Go”,
“email”: “”,
“login”: “Up2Go”,
“id”: 1711436,
“node_id”: “MDEyOk9yZ2FuaXphdGlvbjE3MTE0MzY=”,
“avatar_url”: “https://avatars2.githubusercontent.com/u/1711436?v=4”,
“gravatar_id”: “”,
“url”: “https://api.github.com/users/Up2Go”,
“html_url”: “https://github.com/Up2Go”,
“followers_url”: “https://api.github.com/users/Up2Go/followers”,
“following_url”: “https://api.github.com/users/Up2Go/following{/other_user}”,
“gists_url”: “https://api.github.com/users/Up2Go/gists{/gist_id}”,
“starred_url”: “https://api.github.com/users/Up2Go/starred{/owner}{/repo}”,
“subscriptions_url”: “https://api.github.com/users/Up2Go/subscriptions”,
“organizations_url”: “https://api.github.com/users/Up2Go/orgs”,
“repos_url”: “https://api.github.com/users/Up2Go/repos”,
“events_url”: “https://api.github.com/users/Up2Go/events{/privacy}”,
“received_events_url”: “https://api.github.com/users/Up2Go/received_events”,
“type”: “Organization”,
“site_admin”: false
},
“html_url”: “https://github.com/Up2Go/travelexpenses”,
“description”: “TravelExpenses is a native Salesforce.com application, designed to simplify the reimbursement process of business travels. It currently implements German tax rules.”,
“fork”: false,
“url”: “https://github.com/Up2Go/travelexpenses”,
“forks_url”: “https://api.github.com/repos/Up2Go/travelexpenses/forks”,
“keys_url”: “https://api.github.com/repos/Up2Go/travelexpenses/keys{/key_id}”,
“collaborators_url”: “https://api.github.com/repos/Up2Go/travelexpenses/collaborators{/collaborator}”,
“teams_url”: “https://api.github.com/repos/Up2Go/travelexpenses/teams”,
“hooks_url”: “https://api.github.com/repos/Up2Go/travelexpenses/hooks”,
“issue_events_url”: “https://api.github.com/repos/Up2Go/travelexpenses/issues/events{/number}”,
“events_url”: “https://api.github.com/repos/Up2Go/travelexpenses/events”,
“assignees_url”: “https://api.github.com/repos/Up2Go/travelexpenses/assignees{/user}”,
“branches_url”: “https://api.github.com/repos/Up2Go/travelexpenses/branches{/branch}”,
“tags_url”: “https://api.github.com/repos/Up2Go/travelexpenses/tags”,
“blobs_url”: “https://api.github.com/repos/Up2Go/travelexpenses/git/blobs{/sha}”,
“git_tags_url”: “https://api.github.com/repos/Up2Go/travelexpenses/git/tags{/sha}”,
“git_refs_url”: “https://api.github.com/repos/Up2Go/travelexpenses/git/refs{/sha}”,
“trees_url”: “https://api.github.com/repos/Up2Go/travelexpenses/git/trees{/sha}”,
“statuses_url”: “https://api.github.com/repos/Up2Go/travelexpenses/statuses/{sha}”,
“languages_url”: “https://api.github.com/repos/Up2Go/travelexpenses/languages”,
“stargazers_url”: “https://api.github.com/repos/Up2Go/travelexpenses/stargazers”,
“contributors_url”: “https://api.github.com/repos/Up2Go/travelexpenses/contributors”,
“subscribers_url”: “https://api.github.com/repos/Up2Go/travelexpenses/subscribers”,
“subscription_url”: “https://api.github.com/repos/Up2Go/travelexpenses/subscription”,
“commits_url”: “https://api.github.com/repos/Up2Go/travelexpenses/commits{/sha}”,
“git_commits_url”: “https://api.github.com/repos/Up2Go/travelexpenses/git/commits{/sha}”,
“comments_url”: “https://api.github.com/repos/Up2Go/travelexpenses/comments{/number}”,
“issue_comment_url”: “https://api.github.com/repos/Up2Go/travelexpenses/issues/comments{/number}”,
“contents_url”: “https://api.github.com/repos/Up2Go/travelexpenses/contents/{+path}”,
“compare_url”: “https://api.github.com/repos/Up2Go/travelexpenses/compare/{base}…{head}”,
“merges_url”: “https://api.github.com/repos/Up2Go/travelexpenses/merges”,
“archive_url”: “https://api.github.com/repos/Up2Go/travelexpenses/{archive_format}{/ref}”,
“downloads_url”: “https://api.github.com/repos/Up2Go/travelexpenses/downloads”,
“issues_url”: “https://api.github.com/repos/Up2Go/travelexpenses/issues{/number}”,
“pulls_url”: “https://api.github.com/repos/Up2Go/travelexpenses/pulls{/number}”,
“milestones_url”: “https://api.github.com/repos/Up2Go/travelexpenses/milestones{/number}”,
“notifications_url”: “https://api.github.com/repos/Up2Go/travelexpenses/notifications{?since,all,participating}”,
“labels_url”: “https://api.github.com/repos/Up2Go/travelexpenses/labels{/name}”,
“releases_url”: “https://api.github.com/repos/Up2Go/travelexpenses/releases{/id}”,
“deployments_url”: “https://api.github.com/repos/Up2Go/travelexpenses/deployments”,
“created_at”: 1406018722,
“updated_at”: “2018-10-25T15:08:52Z”,
“pushed_at”: 1540503489,
“git_url”: “git://github.com/Up2Go/travelexpenses.git”,
“ssh_url”: "git@github.com:Up2Go/travelexpenses.git",
“clone_url”: “https://github.com/Up2Go/travelexpenses.git”,
“svn_url”: “https://github.com/Up2Go/travelexpenses”,
“homepage”: “”,
“size”: 13579,
“stargazers_count”: 6,
“watchers_count”: 6,
“language”: “CSS”,
“has_issues”: true,
“has_projects”: true,
“has_downloads”: true,
“has_wiki”: true,
“has_pages”: false,
“forks_count”: 13,
“mirror_url”: null,
“archived”: false,
“open_issues_count”: 0,
“license”: null,
“forks”: 13,
“open_issues”: 0,
“watchers”: 6,
“default_branch”: “master”,
“stargazers”: 6,
“master_branch”: “master”,
“organization”: “Up2Go”
},
“pusher”: {
“name”: “rsoesemann”,
“email”: "robert.soesemann@up2go.com"
},
“organization”: {
“login”: “Up2Go”,
“id”: 1711436,
“node_id”: “MDEyOk9yZ2FuaXphdGlvbjE3MTE0MzY=”,
“url”: “https://api.github.com/orgs/Up2Go”,
“repos_url”: “https://api.github.com/orgs/Up2Go/repos”,
“events_url”: “https://api.github.com/orgs/Up2Go/events”,
“hooks_url”: “https://api.github.com/orgs/Up2Go/hooks”,
“issues_url”: “https://api.github.com/orgs/Up2Go/issues”,
“members_url”: “https://api.github.com/orgs/Up2Go/members{/member}”,
“public_members_url”: “https://api.github.com/orgs/Up2Go/public_members{/member}”,
“avatar_url”: “https://avatars2.githubusercontent.com/u/1711436?v=4”,
“description”: “The Inventors of Social RASIC”
},
“sender”: {
“login”: “rsoesemann”,
“id”: 8180281,
“node_id”: “MDQ6VXNlcjgxODAyODE=”,
“avatar_url”: “https://avatars0.githubusercontent.com/u/8180281?v=4”,
“gravatar_id”: “”,
“url”: “https://api.github.com/users/rsoesemann”,
“html_url”: “https://github.com/rsoesemann”,
“followers_url”: “https://api.github.com/users/rsoesemann/followers”,
“following_url”: “https://api.github.com/users/rsoesemann/following{/other_user}”,
“gists_url”: “https://api.github.com/users/rsoesemann/gists{/gist_id}”,
“starred_url”: “https://api.github.com/users/rsoesemann/starred{/owner}{/repo}”,
“subscriptions_url”: “https://api.github.com/users/rsoesemann/subscriptions”,
“organizations_url”: “https://api.github.com/users/rsoesemann/orgs”,
“repos_url”: “https://api.github.com/users/rsoesemann/repos”,
“events_url”: “https://api.github.com/users/rsoesemann/events{/privacy}”,
“received_events_url”: “https://api.github.com/users/rsoesemann/received_events”,
“type”: “User”,
“site_admin”: false
}
}

It’s not working for this repo https://github.com/Up2Go/travelexpenses
Is this because its public? Or because it doesn’t use one of the standard Docker images like node?
I tried other repos and they work fine.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.