Skip to content

Commit cca0bc8

Browse files
committed
Update pr-comment-bot.yml
1 parent 97d4fbb commit cca0bc8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
name: PR comment bot
1+
name: PR Comment Bot
22
on:
33
issue_comment:
44
types: [created]
5+
56
jobs:
67
pr-comment:
7-
if: ${{ github.event.issue.pull_request }}
8+
if : ${{ github.event.issue.pull_request}}
89
runs-on: ubuntu-latest
10+
env:
11+
BOT_GH_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
912
steps:
1013
- uses: actions/checkout@v4
11-
# see list of commands: https://github.com/sendbird/release-automation-action#commands
1214
- uses: sendbird/release-automation-action@latest
1315
with:
14-
gh_token: ${{ secrets.GITHUB_TOKEN }}
16+
gh_token: ${{ env.BOT_GH_TOKEN }}
1517
product: 'uikit'
1618
platform: 'js'
1719
framework: 'react'
1820
product_jira_project_key: 'UIKIT'
1921
product_jira_version_prefix: 'js_uikit'
2022
ci: 'github'
23+

0 commit comments

Comments
 (0)