Skip to content

Commit 3f301f0

Browse files
committed
Using Selenium CI to update tags [deploy][prerelease]
1 parent 98ca249 commit 3f301f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make build
4848
- name: Commit files
4949
run: |
50-
git config --local user.email "action@github.com"
51-
git config --local user.name "GitHub Action"
50+
git config --local user.email "[email protected].i.8713187.xyz"
51+
git config --local user.name "Selenium CI Bot"
5252
git commit -m "Update tag in docs and files" -a
5353
- name: Push changes
5454
uses: ad-m/github-push-action@master
5555
with:
56-
github_token: ${{ secrets.GITHUB_TOKEN }}
56+
github_token: ${{ secrets.SELENIUM_CI_TOKEN }}
5757
branch: trunk
5858
- name: Login Docker Hub
5959
run: docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"

0 commit comments

Comments
 (0)