Skip to content

Commit 6edb57a

Browse files
authored
Merge pull request #151 from salesforcecli/repo-sync/leif/default
chore([no ci]): Synced file(s) with salesforcecli/leif
2 parents 2bb76b4 + 06b02d5 commit 6edb57a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/manualRelease.yml

Lines changed: 3 additions & 3 deletions
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:
1818
git-user-name: SF-CLI-BOT
1919
git-user-email: [email protected]
20-
github-token: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }}
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 }}

.github/workflows/notify-slack-on-pr-open.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Notify Slack on PR open
12-
env:
13-
WEBHOOK_URL: ${{ secrets.CLI_TEAM_SLACK_WEBHOOK_URL }}
14-
PULL_REQUEST_AUTHOR_ICON_URL: ${{ github.event.pull_request.user.avatar_url }}
15-
PULL_REQUEST_AUTHOR_NAME: ${{ github.event.pull_request.user.login }}
16-
PULL_REQUEST_AUTHOR_PROFILE_URL: ${{ github.event.pull_request.user.html_url }}
17-
PULL_REQUEST_BASE_BRANCH_NAME: ${{ github.event.pull_request.base.ref }}
18-
PULL_REQUEST_COMPARE_BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
19-
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
20-
PULL_REQUEST_REPO: ${{ github.event.pull_request.head.repo.name }}
21-
PULL_REQUEST_TITLE: ${{ github.event.pull_request.title }}
22-
PULL_REQUEST_URL: ${{ github.event.pull_request.html_url }}
23-
uses: salesforcecli/github-workflows/.github/actions/prNotification@main
11+
- name: Notify Slack on PR open
12+
env:
13+
WEBHOOK_URL : ${{ secrets.CLI_TEAM_SLACK_WEBHOOK_URL }}
14+
PULL_REQUEST_AUTHOR_ICON_URL : ${{ github.event.pull_request.user.avatar_url }}
15+
PULL_REQUEST_AUTHOR_NAME : ${{ github.event.pull_request.user.login }}
16+
PULL_REQUEST_AUTHOR_PROFILE_URL: ${{ github.event.pull_request.user.html_url }}
17+
PULL_REQUEST_BASE_BRANCH_NAME : ${{ github.event.pull_request.base.ref }}
18+
PULL_REQUEST_COMPARE_BRANCH_NAME : ${{ github.event.pull_request.head.ref }}
19+
PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
20+
PULL_REQUEST_REPO: ${{ github.event.pull_request.head.repo.name }}
21+
PULL_REQUEST_TITLE : ${{ github.event.pull_request.title }}
22+
PULL_REQUEST_URL : ${{ github.event.pull_request.html_url }}
23+
uses: salesforcecli/github-workflows/.github/actions/prNotification@main

0 commit comments

Comments
 (0)