Skip to content

Commit

Permalink
chore: GHA secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored Feb 12, 2024
1 parent 6d12b6a commit 952195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/supportedMetadataUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 952195b

Please sign in to comment.