You've already forked go-template-container-webserver
gitea_ prefix is reserved for tokens
Some checks failed
Update Child Repos / update (push) Failing after 21s
Some checks failed
Update Child Repos / update (push) Failing after 21s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user