CircleCI Push to BitBucket

I’m at my wits’ end. I cannot git my CI pipeline to push back to the BitBucket repo. I’ve tried creating access keys, SSH keys, etc., but still cannot get it to push.

Here is my code snippet (note that git pull works just fine, I just can’t get it to push changes).

      # Git cleanup
      - run:
          name: Pull latest git
          command: git stash && git pull && git stash pop
      - run:
          name: Push version bump commit
          command: git push
      - store_artifacts:
          path: output