feat: init customer authentication #2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user