From c8547c2378919ae303982de5dc7565ee0db163a8 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 31 Dec 2025 19:03:31 +0100 Subject: [PATCH] debug 2 --- .gitea/workflows/push-to-github.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/push-to-github.yaml b/.gitea/workflows/push-to-github.yaml index 20e21af..73c73c5 100644 --- a/.gitea/workflows/push-to-github.yaml +++ b/.gitea/workflows/push-to-github.yaml @@ -31,10 +31,10 @@ jobs: - run: | git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}" echo "DEBUG" + echo "${GIT_TOKEN}" cat ~/.git-credentials - git remote show - git remote get-url github env: + GIT_TOKEN: ${{ secrets.GIT_TOKEN }} GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }} - run: |