Skip to content

Bitbucket 凭证(Bitbucket credentials)#

你可以使用以下凭据验证以下节点:

🌐 You can use these credentials to authenticate the following nodes:

先决条件(Prerequisites)#

创建一个 Bitbucket 账户。

🌐 Create a Bitbucket account.

支持的身份验证方法(Supported authentication methods)#

  • 访问令牌

有关该服务的更多信息,请参阅Bitbucket 的 API 文档

🌐 Refer to Bitbucket's API documentation for more information about the service.

配置 Bitbucket 访问令牌(Configuring Bitbucket access token)#

  1. 登录 Bitbucket 并打开你的账户或个人设置。
  2. 找到 API 令牌或安全设置部分。
  3. 创建一个新的 API 令牌,并为其指定一个符合你用例的名称和过期日期。
  4. 选择“Bitbucket”作为应用,然后选择所需的范围(权限):

    1
    2
    3
    4
    5
    6
    read:user:bitbucket
    read:workspace:bitbucket
    read:repository:bitbucket
    read:webhook:bitbucket
    write:webhook:bitbucket
    delete:webhook:bitbucket
    
  5. 审核并创建令牌。复制生成的令牌并将其添加到 n8n。Bitbucket 只会显示该令牌一次。

有关详细说明,请参阅 创建 API 令牌

🌐 For detailed instructions, see Create an API token.