Skip to content

Commit

Permalink
ELEMENTS-1614: update jx-bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed May 10, 2023
1 parent b19ae31 commit 1ae1fdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
download_translations: true

# User properties
github_user_name: nuxeo-web-ui-jx-bot
github_user_email: ui+jx-bot@nuxeo.com
github_user_name: nuxeo-webui-jx-bot
github_user_email: webui@hyland.com

env:
GITHUB_TOKEN: ${{ secrets.WEBUI_JX_BOT_GITHUB_ACTIONS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Prepare environment
run: |
git config user.name "nuxeo-web-ui-jx-bot" && git config user.email "ui+jx-bot@nuxeo.com"
git config user.name "nuxeo-webui-jx-bot" && git config user.email "webui@hyland.com"
echo "PACKAGE_VERSION=$(npx -c 'echo "$npm_package_version"')" >> $GITHUB_ENV
- name: Get prerelease version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
ref: v${{ github.event.inputs.version }}

- run: git config user.name "nuxeo-web-ui-jx-bot" && git config user.email "ui+jx-bot@nuxeo.com"
- run: git config user.name "nuxeo-webui-jx-bot" && git config user.email "webui@hyland.com"

- run: echo "VERSION=$(echo '${{ github.event.inputs.version }}' | sed -e 's/-rc.[0-9]*//')" >> $GITHUB_ENV

Expand Down

0 comments on commit 1ae1fdb

Please sign in to comment.