Skip to content

Commit 3375124

Browse files
authored
Merge pull request #18773 from helenaaaaaaaaaa/2209a-19-7
2209a 19 9
2 parents 2c707b0 + 9523496 commit 3375124

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

tutorials/ai-core-helloworld/ai-core-helloworld.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ On-board your repository.
102102
```PYTHON
103103
# on-board new GitHub repository
104104
ai_core_client.repositories.create(
105-
name = "john-aicore-pipelines",
105+
# name = "john-aicore-pipelines",
106106
url = "https://github.com/john/aicore-pipelines",
107107
username = "john",
108108
password = "personalACCESSTokenOFJohn"
@@ -116,7 +116,7 @@ Check on-boarded repositories.
116116
response = ai_core_client.repositories.query()
117117
#
118118
for repository in response.resources:
119-
print('Name:', repository.name)
119+
# print('Name:', repository.name)
120120
print('URL:', repository.url)
121121
print('Status:', repository.status)
122122
```
@@ -129,11 +129,9 @@ Use the following information as reference:
129129

130130
1. **URL**: Paste the URL of your GitHub repository and add the suffix `/aicore-pipelines`.
131131

132-
2. **Name**: An identifier of your choice, for local reference within SAP AI Core.
132+
2. **Username**: Your GitHub username.
133133

134-
3. **Username**: Your GitHub username.
135-
136-
4. **Password**: Paste your GitHub **Personal Access Token**, generated in the previous step.
134+
3. **Password**: Paste your GitHub **Personal Access Token**, generated in the previous step.
137135

138136
You will see your GitHub onboarding completed in a few seconds. In the next steps you will learn how to enable auto syncing of workflows from GitHub.
139137

-12.5 KB
Loading
-19.7 KB
Loading
-3.45 KB
Loading

0 commit comments

Comments
 (0)