Skip to content

Commit 3ec9833

Browse files
authored
Update automation user (#29)
1 parent e15979c commit 3ec9833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
4848
with:
4949
registry: ${{ env.REGISTRY }}
50-
username: taplytics-robot
50+
username: devcycle-automation
5151
password: ${{ secrets.AUTOMATION_USER_TOKEN }}
5252

5353
- name: Extract metadata (tags, labels) for Docker
@@ -71,7 +71,7 @@ jobs:
7171
- name: Update and commit version.go file
7272
run: |
7373
sed -i 's/const Version = ".*"/const Version = "${{ steps.prepare-release.outputs.next-release-tag }}"/' version.go
74-
git config --global user.email "github-tracker-bot@taplytics.com"
74+
git config --global user.email "foundation-admin@devcycle.com"
7575
git config --global user.name "DevCycle Automation"
7676
git add version.go
7777
git commit -m "Release ${{ steps.prepare-release.outputs.next-release-tag }}"

0 commit comments

Comments
 (0)