Skip to content

Commit 26fd70b

Browse files
committed
Update otelbot token workflows to use client IDs
1 parent 97807ca commit 26fd70b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-update-semconv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
5555
id: otelbot-token
5656
with:
57-
app-id: ${{ vars.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_APP_ID }}
57+
client-id: ${{ vars.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_CLIENT_ID }}
5858
private-key: ${{ secrets.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_PRIVATE_KEY }}
5959

6060
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

.github/workflows/prepare-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
6666
id: otelbot-token
6767
with:
68-
app-id: ${{ vars.OTELBOT_APP_ID }}
68+
client-id: ${{ vars.OTELBOT_CLIENT_ID }}
6969
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
7070

7171
- name: Create pull request against the release branch
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
114114
id: otelbot-token
115115
with:
116-
app-id: ${{ vars.OTELBOT_APP_ID }}
116+
client-id: ${{ vars.OTELBOT_CLIENT_ID }}
117117
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
118118

119119
- name: Create pull request against main

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
198198
id: otelbot-token
199199
with:
200-
app-id: ${{ vars.OTELBOT_APP_ID }}
200+
client-id: ${{ vars.OTELBOT_CLIENT_ID }}
201201
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
202202

203203
- name: Create pull request against main

0 commit comments

Comments
 (0)