On linux how do I change the Personal Access Token (PAT) in the git
credential-helper
?
! [remote rejected] zippy.v2 -> zippy.v2 (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope)
error: failed to push some refs to 'https://github.com/zippy-king/super-project.git'
I need a way of resetting the credentials in the store, so I can enter a Personal Access Token (PAT) with all the needed permissions.