Skip to content

Commit 6b9b99e

Browse files
committed
scanCredentialsId -> credentialsId
1 parent db19c9c commit 6b9b99e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • pipeline-template-examples/demos

pipeline-template-examples/demos/multibranch-github-com/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ multibranch:
99
github:
1010
repoOwner: myCompany
1111
repository: ${repoName}
12-
scanCredentialsId: my-team-github-credentials
12+
credentialsId: my-team-github-credentials
1313
````

pipeline-template-examples/demos/multibranch-github-ent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ multibranch:
1010
apiUrl: https://github.beescloud.com/api/v3
1111
repoOwner: myCompany
1212
repository: ${repoName}
13-
scanCredentialsId: my-team-github-credentials
13+
credentialsId: my-team-github-credentials
1414
````

0 commit comments

Comments
 (0)