Skip to content

Commit

Permalink
Using Selenium CI to update tags [deploy][prerelease]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 26, 2020
1 parent 98ca249 commit 3f301f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -47,13 +47,13 @@ jobs:
run: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make build
- name: Commit files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "selenium-ci@users.noreply.github.com"
git config --local user.name "Selenium CI Bot"
git commit -m "Update tag in docs and files" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.SELENIUM_CI_TOKEN }}
branch: trunk
- name: Login Docker Hub
run: docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
Expand Down

0 comments on commit 3f301f0

Please sign in to comment.