We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decc364 commit 4b4225aCopy full SHA for 4b4225a
.github/workflows/update-version.yaml
@@ -30,7 +30,7 @@ jobs:
30
id: otelbot-token
31
with:
32
app-id: ${{ vars.OTELBOT_COLLECTOR_RELEASES_APP_ID }}
33
- private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
+ private-key: ${{ secrets.OTELBOT_COLLECTOR_RELEASES_PRIVATE_KEY }}
34
35
# 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
36
- name: Get GitHub App User ID
0 commit comments