We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c53016 commit a967c25Copy full SHA for a967c25
.github/workflows/update-version.yaml
@@ -32,13 +32,6 @@ jobs:
32
app-id: ${{ vars.OTELBOT_COLLECTOR_RELEASES_APP_ID }}
33
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
37
- id: get-user-id
38
- run: echo "user-id=$(gh api "/users/${{ steps.otelbot-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
39
- env:
40
- GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
41
-
42
- name: Set up commit author name and email
43
id: committer
44
run: |
0 commit comments