diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13bb1c4..4893625 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 }}"