feat: init customer authentication #2

Merged
TakahashiNguyen merged 66 commits from dev-order-service into main 2026-03-23 13:21:01 +00:00
Showing only changes of commit 1d12504743 - Show all commits
+2 -2
View File
@@ -62,8 +62,8 @@ jobs:
MY_PAT_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "gitea-actions[bot]"
git config --global user.email "actions-user@noreply.${{ github.domain }}"
git config --global user.name "gitea-actions"
git config --global user.email "actions-user@noreply.git.demonkernel.io.vn"
git remote set-url origin https://x-access-token:${MY_PAT_TOKEN}@git.demonkernel.io.vn/${{ github.repository }}.git