Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
chore([no ci]): Synced local '.github/workflows/manualRelease.yml' wi…
Browse files Browse the repository at this point in the history
…th remote 'templates/github-oclif/manualRelease.yml'
  • Loading branch information
svc-cli-bot committed Oct 19, 2022
1 parent fafffda commit 151754e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manualRelease.yml
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 151754e

Please sign in to comment.