From 952195b84bebdeef8b87010778aa97ba5501beba Mon Sep 17 00:00:00 2001 From: Willhoit Date: Mon, 12 Feb 2024 16:10:01 -0600 Subject: [PATCH] chore: GHA secret name --- .github/workflows/supportedMetadataUpdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supportedMetadataUpdate.yml b/.github/workflows/supportedMetadataUpdate.yml index 4f8a56f05a..946582b822 100644 --- a/.github/workflows/supportedMetadataUpdate.yml +++ b/.github/workflows/supportedMetadataUpdate.yml @@ -15,7 +15,7 @@ jobs: - uses: salesforcecli/github-workflows/.github/actions/getGithubUserInfo@main id: github-user-info with: - token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} + 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 }}