File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- name : PR comment bot
1+ name : PR Comment Bot
22on :
33 issue_comment :
44 types : [created]
5+
56jobs :
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+
You can’t perform that action at this time.
0 commit comments