Skip to content

Commit

Permalink
Update automation user (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored Oct 24, 2024
1 parent e15979c commit 3ec9833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: taplytics-robot
username: devcycle-automation
password: ${{ secrets.AUTOMATION_USER_TOKEN }}

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

0 comments on commit 3ec9833

Please sign in to comment.