Skip to content

Commit 4b4225a

Browse files
committed
fix key
1 parent decc364 commit 4b4225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: otelbot-token
3131
with:
3232
app-id: ${{ vars.OTELBOT_COLLECTOR_RELEASES_APP_ID }}
33-
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
33+
private-key: ${{ secrets.OTELBOT_COLLECTOR_RELEASES_PRIVATE_KEY }}
3434

3535
# The next 2 steps are taken from # from https://github.com/actions/create-github-app-token#create-a-git-committer-string-for-an-app-installation
3636
- name: Get GitHub App User ID

0 commit comments

Comments
 (0)