From ef5942c842f6bfb40443ff1d677cffb404b6eabc Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 26 May 2025 11:51:28 -0600 Subject: [PATCH] si no funciona me voy para sps --- .gitea/workflows/sync-to-github.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-to-github.yml b/.gitea/workflows/sync-to-github.yml index 93f022d..1dd3f85 100644 --- a/.gitea/workflows/sync-to-github.yml +++ b/.gitea/workflows/sync-to-github.yml @@ -7,12 +7,17 @@ on: jobs: sync: runs-on: docker + env: + GITHUB_ACTOR: josedario87 + GITHUB_TOKEN: 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 steps: - name: Clonar el repo uses: actions/checkout@v3 - name: Agregar remoto de GitHub run: | - git remote add github https://josedario87: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@github.com/josedario87/planillla.git + git remote add github https://josedario87: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@github.com/josedario87/planilla.git - name: Subi + run: | + git push github main