We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ca249 commit 3f301f0Copy full SHA for 3f301f0
.github/workflows/deploy.yml
@@ -47,13 +47,13 @@ jobs:
47
run: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make build
48
- name: Commit files
49
run: |
50
- git config --local user.email "action@github.com"
51
- git config --local user.name "GitHub Action"
+ git config --local user.email "[email protected].i.8713187.xyz"
+ git config --local user.name "Selenium CI Bot"
52
git commit -m "Update tag in docs and files" -a
53
- name: Push changes
54
uses: ad-m/github-push-action@master
55
with:
56
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.SELENIUM_CI_TOKEN }}
57
branch: trunk
58
- name: Login Docker Hub
59
run: docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
0 commit comments