Atlassian Bitbucket (and other Git platform) can support project/repository access token (sample: Bitbucket), with Header like
Authorization: Bearer <project_access_token>
It is better than User access token, because scope could be more fine delimited.
=> Investiguation usage and implementation should be done in Python components:
atlassian-python-api
py-gitea
PyGithub
Atlassian Bitbucket (and other Git platform) can support project/repository access token (sample: Bitbucket), with Header like
It is better than User access token, because scope could be more fine delimited.
=> Investiguation usage and implementation should be done in Python components: