From 11682a3f19689c71ba2e62406e2dcfc2806f46ec Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 17 Dec 2025 15:52:43 +0100 Subject: [PATCH] gitea_ prefix is reserved for tokens --- .gitea/workflows/update-child-repos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/update-child-repos.yaml b/.gitea/workflows/update-child-repos.yaml index 3a38b74..0a7cc02 100644 --- a/.gitea/workflows/update-child-repos.yaml +++ b/.gitea/workflows/update-child-repos.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} + export GIT_TOKEN=${{ secrets.GIT_TOKEN }} git config --global credential.helper store - echo "https://bryan%40pedini.dev:${GITEA_TOKEN}@git.bjphoster.com" > ~/.git-credentials + echo "https://bryan%40pedini.dev:${GIT_TOKEN}@git.bjphoster.com" > ~/.git-credentials ./update_child_repos.sh