Skip to content

Commit f253982

Browse files
authored
Add rasabot PAT to chat-widget workflow (#93)
1 parent 87ceccb commit f253982

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/chat-widget.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555

5656
- name: NPM Publish ChatWidget
5757
if: ${{ github.event_name == 'workflow_dispatch' }}
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.RASABOT_PAT }}
5860
# `--force-publish` flag keeps versions consistent across our packages. Totally wild name for this kind of a flag :shrug:
5961
run: |
60-
git config --global user.email "[email protected]"
61-
git config --global user.name "RasaHQ ChatWidget"
62+
git config --global user.name "rasabot"
63+
git config --global user.email "[email protected]"
6264
npx lerna publish ${{ inputs.version }} --yes --force-publish

0 commit comments

Comments
 (0)