Skip to content

Commit 62eec4a

Browse files
authored
Update otelbot token workflows to use client IDs (#249)
1 parent 9e6859a commit 62eec4a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_release-finalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
107107
id: otelbot-token
108108
with:
109-
app-id: ${{ vars.OTELBOT_APP_ID }}
109+
client-id: ${{ vars.OTELBOT_CLIENT_ID }}
110110
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
111111

112112
- name: Open pull request for changelog updates on main

.github/workflows/prepare-minor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
9393
id: otelbot-token
9494
with:
95-
app-id: ${{ vars.OTELBOT_APP_ID }}
95+
client-id: ${{ vars.OTELBOT_CLIENT_ID }}
9696
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
9797

9898
- name: Create pull request

.github/workflows/release-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
135135
id: otelbot-token
136136
with:
137-
app-id: ${{ vars.OTELBOT_APP_ID }}
137+
client-id: ${{ vars.OTELBOT_CLIENT_ID }}
138138
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
139139

140140
- name: Bump released packages to next dev versions

0 commit comments

Comments
 (0)