Skip to content

Commit c291dbc

Browse files
authored
Merge pull request #22990 from manjuX/master
Update CICD tutorial
2 parents 67542fe + 705e090 commit c291dbc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Loading
Loading

tutorials/btp-app-ci-cd-btp/btp-app-ci-cd-btp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,16 @@ If your GitHub repository is not private, you can skip this section. If your Git
227227

228228
!![Add repository](CICD_add_repository1.png)
229229

230-
4. Add the name and the URL for your repository.
230+
4. Add the name and the URL for your repository, click on the 'Create Credentials' link in the dropdown for 'Webhook Credential'.
231231

232232
!![Add repository](CICD_add_repository2.png)
233233

234234
> If your GitHub repository is private, enter the name of the GitHub credentials (`github` as created in step [Configure you GitHub credentials](#configure-your-github-credentials) above) in **Repository Credentials** to access your GitHub Repository that you have already created. If your GitHub repository isn't private, leave this field empty.
235235
236+
5. Add the name, to add the Webhook Credential click on Generate and Create.
237+
238+
!![Add the name, to add the Webhook Credential click on Generate and Create](CICD_generate_webhook_credential.png)
239+
236240
5. Choose **Add**.
237241

238242
6. For **Branch**, enter the GitHub branch of your repository from which you want to receive push events. In this example, **`main`**.

0 commit comments

Comments
 (0)