Deploying to gh-pages from @ ae58e4a211 🚀

This commit is contained in:
calebcartwright
2021-10-29 00:23:22 +00:00
parent f8d7706e2f
commit 2b45fde141
81 changed files with 141 additions and 104 deletions

View File

@@ -164,6 +164,19 @@ access to a private Jenkins CI instance.</p>
</ul>
<p>Provide a username and password to give your self-hosted Shields installation
access to a private JIRA instance.</p>
<h3>Libraries.io/Bower</h3>
<ul>
<li><code>LIBRARIESIO_TOKENS</code> (yml: <code>private.librariesio_tokens</code>)</li>
</ul>
<p>Note that the Bower badges utilize the Libraries.io API, so use this secret for both Libraries.io badges and/or Bower badges.</p>
<p>Just like the <code>*_ORIGINS</code> type secrets, this value can accept a single token as a string, or a group of tokens provided as an array of strings. For example:</p>
<pre class="prettyprint source lang-yaml"><code>private:
librariesio_tokens: my-token
## Or
private:
librariesio_tokens: [my-token some-other-token]
</code></pre>
<p>When using the environment variable with multiple tokens, be sure to use a space to separate the tokens, e.g. <code>LIBRARIESIO_TOKENS=&quot;my-token some-other-token&quot;</code></p>
<h3>Nexus</h3>
<ul>
<li><code>NEXUS_ORIGINS</code> (yml: <code>public.services.nexus.authorizedOrigins</code>)</li>
@@ -266,7 +279,7 @@ and create an API key for the YouTube Data API v3.</p>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Thu Oct 28 2021 16:56:01 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 00:23:01 GMT+0000 (Coordinated Universal Time)
</footer>
<script> prettyPrint(); </script>