Skip to content

Commit

Permalink
chore(docs): update Bitbucket Options token doc (#8126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Mar 12, 2024
1 parent c6c9d59 commit 445911a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/lucky-otters-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"app-builder-lib": patch
"builder-util-runtime": patch
---

chore(docs): update Bitbucket Options token doc
2 changes: 1 addition & 1 deletion docs/configuration/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Define <code>BITBUCKET_TOKEN</code> environment variable.</p>
<ul>
<li><strong><code id="BitbucketOptions-provider">provider</code></strong> “bitbucket” - The provider. Must be <code>bitbucket</code>.</li>
<li><strong><code id="BitbucketOptions-owner">owner</code></strong> String - Repository owner</li>
<li><code id="BitbucketOptions-token">token</code> String | “undefined” - The app password (account&gt;settings&gt;app-passwords) to support auto-update from private bitbucket repositories.</li>
<li><code id="BitbucketOptions-token">token</code> String | “undefined” - The <a href="https://bitbucket.org/account/settings/app-passwords">app password</a> to support auto-update from private bitbucket repositories.</li>
<li><code id="BitbucketOptions-username">username</code> String | “undefined” - The user name to support auto-update from private bitbucket repositories.</li>
<li><strong><code id="BitbucketOptions-slug">slug</code></strong> String - Repository slug/name</li>
<li><code id="BitbucketOptions-channel">channel</code> = <code>latest</code> String | “undefined” - The channel.</li>
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
]
},
"token": {
"description": "The app password (account>settings>app-passwords) to support auto-update from private bitbucket repositories.",
"description": "The [app password](https://bitbucket.org/account/settings/app-passwords) to support auto-update from private bitbucket repositories.",
"type": [
"null",
"string"
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util-runtime/src/publishOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export interface BitbucketOptions extends PublishConfiguration {
readonly owner: string

/**
* The app password (account>settings>app-passwords) to support auto-update from private bitbucket repositories.
* The [app password](https://bitbucket.org/account/settings/app-passwords) to support auto-update from private bitbucket repositories.
*/
readonly token?: string | null

Expand Down

0 comments on commit 445911a

Please sign in to comment.