Skip to content

Commit a967c25

Browse files
committed
remove unneeded user id step
1 parent 8c53016 commit a967c25

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/update-version.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
app-id: ${{ vars.OTELBOT_COLLECTOR_RELEASES_APP_ID }}
3333
private-key: ${{ secrets.OTELBOT_COLLECTOR_RELEASES_PRIVATE_KEY }}
3434

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-
4235
- name: Set up commit author name and email
4336
id: committer
4437
run: |

0 commit comments

Comments
 (0)