From 0e6ed88cddc7ea9a24d52a2c56ae4e4a573c8e1a Mon Sep 17 00:00:00 2001 From: Agustin Ranieri Date: Sun, 24 Mar 2024 17:52:11 -0300 Subject: [PATCH] =?UTF-8?q?Otra=20prueba=20m=C3=A1s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scaffold.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scaffold.yml b/.github/workflows/scaffold.yml index 2146ed2..2d63240 100644 --- a/.github/workflows/scaffold.yml +++ b/.github/workflows/scaffold.yml @@ -37,7 +37,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git commit -m "Generate tp-scaffold files" git branch -M ${{ github.event.inputs.branch }} - git remote add origin "https://github.com/${{ github.repository }}.git" - git push --force origin ${{ github.event.inputs.branch }} + git remote add origin "https://$GITHUB_TOKEN@github.com/${{ github.repository }}" + git push -f -u origin ${{ github.event.inputs.branch }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}