Skip to content

Commit

Permalink
fixing bitbucket link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Maietta committed Sep 8, 2021
1 parent 3b9ab7d commit a9321ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Define <code>KEYGEN_TOKEN</code> environment variable.</p>
</ul>
<h2 id="bitbucketoptions">BitbucketOptions</h2>
<p>Bitbucket options.
<a href="https://keygen.sh/">https://keygen.sh/</a>
<a href="https://bitbucket.org/">https://bitbucket.org/</a>
Define <code>BITBUCKET_TOKEN</code> environment variable.</p>
<p>For converting an app password to a usable token, you can utilize this</p>
<pre><code class="hljs language-typescript"><span class="hljs-function"><span class="hljs-title">convertAppPassword</span>(<span class="hljs-params">owner: <span class="hljs-built_in">string</span>, token: <span class="hljs-built_in">string</span></span>)</span> {
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 @@ -191,7 +191,7 @@ export interface KeygenOptions extends PublishConfiguration {

/**
* Bitbucket options.
* https://keygen.sh/
* https://bitbucket.org/
* Define `BITBUCKET_TOKEN` environment variable.
*
* For converting an app password to a usable token, you can utilize this
Expand Down

0 comments on commit a9321ab

Please sign in to comment.