gitea_ prefix is reserved for tokens
Some checks failed
Update Child Repos / update (push) Failing after 21s

This commit is contained in:
2025-12-17 15:52:43 +01:00
parent 2b04953bd5
commit 11682a3f19

View File

@@ -19,7 +19,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |
export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} export GIT_TOKEN=${{ secrets.GIT_TOKEN }}
git config --global credential.helper store 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 ./update_child_repos.sh