Skip to content

Update CICD tutorial #22990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified tutorials/btp-app-ci-cd-btp/CICD_add_repository2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion tutorials/btp-app-ci-cd-btp/btp-app-ci-cd-btp.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,16 @@ If your GitHub repository is not private, you can skip this section. If your Git

!![Add repository](CICD_add_repository1.png)

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

!![Add repository](CICD_add_repository2.png)

> 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.

5. Add the name, to add the Webhook Credential click on Generate and Create.

!![Add the name, to add the Webhook Credential click on Generate and Create](CICD_generate_webhook_credential.png)

5. Choose **Add**.

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