From 0f35425b4f40dc973e3b509773893804a758150d Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Wed, 3 Apr 2024 14:36:55 -0500 Subject: [PATCH] chore: update gitConfig lookup --- .github/workflows/onPushToDocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/onPushToDocs.yml b/.github/workflows/onPushToDocs.yml index 5b33f34b..17a033f0 100644 --- a/.github/workflows/onPushToDocs.yml +++ b/.github/workflows/onPushToDocs.yml @@ -15,7 +15,14 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - - uses: oclif/github-workflows/.github/actions/gitConfig@main + - uses: salesforcecli/github-workflows/.github/actions/getGithubUserInfo@main + id: github-user-info + with: + SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} + - uses: salesforcecli/github-workflows/.github/actions/gitConfig@main + with: + username: ${{ steps.github-user-info.outputs.username }} + email: ${{ steps.github-user-info.outputs.email }} - name: doc build env: GIT_USER: svc-cli-bot