diff --git a/.gitea/workflows/push-to-github.yaml b/.gitea/workflows/push-to-github.yaml index 73c73c5..9c6fc89 100644 --- a/.gitea/workflows/push-to-github.yaml +++ b/.gitea/workflows/push-to-github.yaml @@ -31,10 +31,10 @@ jobs: - run: | git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}" echo "DEBUG" - echo "${GIT_TOKEN}" + echo "${GIT_NAME}" cat ~/.git-credentials env: - GIT_TOKEN: ${{ secrets.GIT_TOKEN }} + GIT_NAME: ${{ secrets.GIT_NAME }} GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }} - run: |