From 151754eedbe062119cdfcd12f5c097b5a2c4cb45 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 19 Oct 2022 14:41:11 +0000 Subject: [PATCH] chore([no ci]): Synced local '.github/workflows/manualRelease.yml' with remote 'templates/github-oclif/manualRelease.yml' --- .github/workflows/manualRelease.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/manualRelease.yml b/.github/workflows/manualRelease.yml index 8d249ef..8ceb52c 100644 --- a/.github/workflows/manualRelease.yml +++ b/.github/workflows/manualRelease.yml @@ -9,15 +9,15 @@ jobs: steps: - uses: actions/checkout@v3 with: - token: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }} + token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} - name: Conventional Changelog Action id: changelog uses: TriPSs/conventional-changelog-action@d360fad3a42feca6462f72c97c165d60a02d4bf2 # overriding some of the basic behaviors to just get the changelog with: - git-user-name: SF-CLI-BOT - git-user-email: alm-cli@salesforce.com - github-token: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }} + git-user-name: svc-cli-bot + git-user-email: svc_cli_bot@salesforce.com + github-token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} output-file: false # always do the release, even if there are no semantic commits skip-on-empty: false @@ -30,7 +30,7 @@ jobs: - name: Create Github Release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} with: tag_name: ${{ steps.packageVersion.outputs.prop }} release_name: ${{ steps.packageVersion.outputs.prop }}