From e446dd6a2652c8a77743f0d4afafe44fe9bd455d Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 18 Apr 2026 12:51:47 -0500 Subject: [PATCH] Add authenticated push URL to auto-release workflow Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/auto-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index e7aff14..8933815 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -64,9 +64,12 @@ jobs: token: ${{ secrets.GA_TOKEN || github.token }} fetch-depth: 0 + - name: Set authenticated push URL + run: git remote set-url origin "https://jmiller:${{ secrets.GA_TOKEN }}@git.mokoconsulting.tech/${{ github.repository }}.git" + - name: Setup MokoStandards tools env: - GH_TOKEN: ${{ secrets.GA_TOKEN || github.token }} + GA_TOKEN: ${{ secrets.GA_TOKEN || github.token }} COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.GA_TOKEN || github.token }}"}}' run: | git clone --depth 1 --branch version/04 --quiet \