Questions tagged [github-webhook]

Use for the webhook settings in github

Webhooks allow triggers to be set off by github, or for github to respond to.

Learn more here.

98 questions
0
votes
0 answers

No check runs for check suite app in Github Webhooks

I have a webhook for capturing check-suite events from my GitHub repository. In the list of check-suites for a commit, there is one from dependabot which has the status queued and with a conclusion null. Dependbaot has been enabled for this…
viking
  • 21
  • 6
0
votes
1 answer

Jenkins github webhooks doesn't trigger my pipeline

I have a problem with my job starting automatically when a webhook from github arrives at the jenkins server. I have a private organization account on github. A webhook like http://MY_JENKINS_SERVER/github-webhook/ has been added to the required…
0
votes
2 answers

How to use Github Webhooks in Jenkins CI\CD

I'm trying to find out the best way to do the following: Let's say we have 2 branches - develop and master after a push in 'develop' I want to trigger a CI\CD job, and it's working fine but the tricky part is to do same thing for the 'master…
maya li
  • 33
  • 3
0
votes
0 answers

Github does not show continuous-integration/jenkins/pr-merge status

I followed this post to create a Jenkins multibranch pipeline project that can be triggered by a pull request. The PR can trigger the Jenkins job. However, I am not able to see the Jenkins status on my PR page. This is what I want to show on my PR…
Xiankun Xu
  • 11
  • 2
0
votes
0 answers

How correct make path in github with fs?

const { IncomingForm } = require('formidable'); const fs = require('fs'); const dir = './public/img'; const requestApi = async (req, res) => { res.setHeader('Access-Control-Allow-Origin', '*'); try { const dataFile = await new…
0
votes
0 answers

Github webhook acces with cloudflare one-time-pin protection

I'm using Cloudflare Zero trust with one-time-pin access to my website. Also i need to use webhook from github and give access to website, because now when im trying to use webhook I'm getting an error "Invalid HTTP response: 302". Of course when I…
Olsz4k
  • 13
  • 1
0
votes
1 answer

Github webhook fails with "EOF"?

I've setup a Webhook event for Github, but whenever I send an event, I get the error: We couldn’t deliver this payload: EOF I made a quick script to simulate a Github event by copying the payload shown in the "Recent Deliveries" tab of Github, as…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
0
votes
0 answers

How to get the Development data of a(n) issue/Pull Request from GitHub API

everyone! I wanna know how can I get the Development data of an issue or a Pull Request from GitHub API or Event? the Development data(within the red box) I have tried "API: get an issue", "API: get a pull request", "Event: Issues" and "Event: Pull…
0
votes
0 answers

Trigger my deploy repo(IaC) when one of my repositories creates a release

I currently have a frontend and a backend repo. Each has a simple and basic workflow to test, build and upload the built files to my AWS S3 and AWS ECR. I am comfortable with this current workflow but I wanted to complete my CI/CD pipeline so I also…
joyfuljoy
  • 25
  • 5
0
votes
0 answers

How to access webhook event data in Terraform aws_codepipeline configuration?

I have a Terraform configuration that creates a github_repository_webhook and an aws_codepipeline_webhook, and sets up an aws_codepipeline with a source stage that retrieves code from a GitHub repository. The github_repository_webhook is configured…
0
votes
0 answers

How can I identify event called via user OR system generated, If I checked on generated text file from xero webhooks using PHP?

I integrated Xero with webhook on my system. Every invoice-related change or create a new invoice then a new generated text file. How can I identify transaction was generated by the system(via Xero application login) OR via integrated API from my…
0
votes
1 answer

Start function execution only after previous one has executed in Google Cloud Functions

I am running a node app on Google Cloud functions. This gets triggered by a webhook on Github. Once the webhook gets triggered, my Google Cloud Function starts its function: Function execution started Normally if nothing happens, the function will…
0
votes
1 answer

Gitea webhook context deadline exceeded (Client.Timeout exceeded while awaiting headers)

We installed Gitea and DroneCI in an EKS cluster using helm. We are using AWS NLB IPs to establish communication between them. DroneCI was able to authorize and activate the repo inside Gitea. But when we update any files inside Gitea it fails to…
Nitin G
  • 714
  • 7
  • 31
0
votes
0 answers

How to link an email organisation invite to a member using webhooks?

How to link the original email used to initiate the invite to the actual member in the member_added/added events? Reproduction: invite member to organisation team via email member accepts email invite During step 1 a member_invited action is…
Anton Toshik
  • 2,621
  • 2
  • 19
  • 42
0
votes
0 answers

Github Webhook not triggered by push via IntelliJ

I've configured a webhook in github, which should be triggered by a push to any branch. When I edit a file in the github webview, the webhook is being triggered. But when I edit a file in intellij, the webhook is not being triggered. Do I have to…
Klemens Morbe
  • 595
  • 9
  • 24