Files
Bryan Joshua Pedini 11682a3f19
Some checks failed
Update Child Repos / update (push) Failing after 21s
gitea_ prefix is reserved for tokens
2025-12-17 15:52:43 +01:00

26 lines
512 B
YAML

---
name: Update Child Repos
concurrency:
group: update-child-repos
cancel-in-progress: false
on:
push:
branches:
- main
defaults:
run:
shell: bash
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
export GIT_TOKEN=${{ secrets.GIT_TOKEN }}
git config --global credential.helper store
echo "https://bryan%40pedini.dev:${GIT_TOKEN}@git.bjphoster.com" > ~/.git-credentials
./update_child_repos.sh