diff --git a/.github/workflows/gitub_clone_count_update.yml b/.github/workflows/gitub_clone_count_update.yml index 5169756..cf55042 100644 --- a/.github/workflows/gitub_clone_count_update.yml +++ b/.github/workflows/gitub_clone_count_update.yml @@ -82,9 +82,5 @@ jobs: git config --global user.name "GitHub Action" git config --global user.email "action@github.com" git commit -m "create clone count badge" - fi - - - name: Push - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.BUILDTOKEN }} \ No newline at end of file + git push "https://cirospaciari:${{ secrets.BUILDTOKEN }}@github.com/cirospaciari/socketify.py.git" + fi \ No newline at end of file