Skip to content

Commit 701d29e

Browse files
committed
chore: update GitHub Actions workflow to use GH_BOT_TOKEN for authentication
1 parent 5e52c75 commit 701d29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: sendbird/release-automation-action@latest
1111
with:
12-
gh_token: ${{ secrets.GITHUB_TOKEN }}
12+
gh_token: ${{ secrets.GH_BOT_TOKEN }}
1313
product: 'calls'
1414
platform: 'rn'
1515
product_jira_project_key: 'CALLS'

0 commit comments

Comments
 (0)