Skip to content

Commit

Permalink
docs: add bitbucket authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
beatreichenbach authored and relekang committed Feb 14, 2024
1 parent a5168e4 commit b78a387
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,19 @@ Gitea (``GITEA_TOKEN``)
A personal access token from Gitea. This token should be stored in the ``GITEA_TOKEN``
environment variable.

Bitbucket (``BITBUCKET_TOKEN``)
"""""""""""""""""""""""""""""""

Bitbucket does not support uploading releases but can still benefit from automated tags
and changelogs. The user has three options to push changes to the repository:

#. Use SSH keys.
#. Use an `App Secret`_, store the secret in the ``BITBUCKET_TOKEN`` environment variable and the username in ``BITBUCKET_USER``.
#. Use an `Access Token`_ for the repository and store it in the ``BITBUCKET_TOKEN`` environment variable.

.. _App Secret: https://support.atlassian.com/bitbucket-cloud/docs/push-back-to-your-repository/#App-secret
.. _Access Token: https://support.atlassian.com/bitbucket-cloud/docs/repository-access-tokens

.. seealso::
- :ref:`Changelog <config-changelog>` - customize your project's changelog.
- :ref:`Customizing VCS Release Notes <changelog-templates-customizing-vcs-release-notes>` - customize
Expand Down

0 comments on commit b78a387

Please sign in to comment.