diff --git a/.gitea/workflows/push-to-github.yaml b/.gitea/workflows/push-to-github.yaml index 20e21af..73c73c5 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}" cat ~/.git-credentials - git remote show - git remote get-url github env: + GIT_TOKEN: ${{ secrets.GIT_TOKEN }} GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }} - run: |