Skip to content

Commit 2df2c2e

Browse files
authored
Apply suggestions from code review
Co-authored-by: Marika Marszalkowski <marika.marszalkowski@sap.com>
1 parent a2de41a commit 2df2c2e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: app-token
2323
uses: actions/create-github-app-token@v3
2424
with:
25-
app-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
25+
client-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
2626
private-key: ${{ secrets.SAP_CLOUD_SDK_BOT_PRIVATE_KEY }}
2727
owner: SAP
2828
repositories: cloud-sdk-java

.github/workflows/javadoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: app-token
6262
uses: actions/create-github-app-token@v3
6363
with:
64-
app-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
64+
client-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
6565
private-key: ${{ secrets.SAP_CLOUD_SDK_BOT_PRIVATE_KEY }}
6666
owner: SAP
6767
repositories: cloud-sdk

.github/workflows/perform-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
id: app-token
7878
uses: actions/create-github-app-token@v3
7979
with:
80-
app-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
80+
client-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
8181
private-key: ${{ secrets.SAP_CLOUD_SDK_BOT_PRIVATE_KEY }}
8282
owner: SAP
8383
repositories: cloud-sdk
@@ -117,7 +117,7 @@ jobs:
117117
id: app-token
118118
uses: actions/create-github-app-token@v3
119119
with:
120-
app-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
120+
client-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
121121
private-key: ${{ secrets.SAP_CLOUD_SDK_BOT_PRIVATE_KEY }}
122122
owner: SAP
123123
repositories: cloud-sdk-java,cloud-sdk

.github/workflows/prepare-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
id: app-token
186186
uses: actions/create-github-app-token@v3
187187
with:
188-
app-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
188+
client-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
189189
private-key: ${{ secrets.SAP_CLOUD_SDK_BOT_PRIVATE_KEY }}
190190
owner: SAP
191191
repositories: cloud-sdk-java,cloud-sdk
@@ -274,7 +274,7 @@ jobs:
274274
id: app-token
275275
uses: actions/create-github-app-token@v3
276276
with:
277-
app-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
277+
client-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
278278
private-key: ${{ secrets.SAP_CLOUD_SDK_BOT_PRIVATE_KEY }}
279279
owner: SAP
280280
repositories: cloud-sdk-java
@@ -358,7 +358,7 @@ jobs:
358358
id: app-token
359359
uses: actions/create-github-app-token@v3
360360
with:
361-
app-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
361+
client-id: ${{ secrets.SAP_CLOUD_SDK_BOT_CLIENT_ID }}
362362
private-key: ${{ secrets.SAP_CLOUD_SDK_BOT_PRIVATE_KEY }}
363363
owner: SAP
364364
repositories: cloud-sdk

0 commit comments

Comments
 (0)