Skip to content

Commit 2064435

Browse files
authored
Merge pull request #77 from forcedotcom/repo-sync/leif/default
chore([no ci]): Synced file(s) with salesforcecli/leif
2 parents d9b81f3 + fbefcd4 commit 2064435

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/manualRelease.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
with:
12-
token: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }}
12+
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
1313
- name: Conventional Changelog Action
1414
id: changelog
1515
uses: TriPSs/conventional-changelog-action@d360fad3a42feca6462f72c97c165d60a02d4bf2
1616
# overriding some of the basic behaviors to just get the changelog
1717
with:
18-
git-user-name: SF-CLI-BOT
19-
git-user-email: alm-cli@salesforce.com
20-
github-token: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }}
18+
git-user-name: svc-cli-bot
19+
git-user-email: svc_cli_bot@salesforce.com
20+
github-token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
2121
output-file: false
2222
# always do the release, even if there are no semantic commits
2323
skip-on-empty: false
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create Github Release
3131
uses: actions/create-release@v1
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
3434
with:
3535
tag_name: ${{ steps.packageVersion.outputs.prop }}
3636
release_name: ${{ steps.packageVersion.outputs.prop }}

0 commit comments

Comments
 (0)