Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2eac74c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 27, 2024
1 parent 0d4ccbd commit c6550ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions _sources/implementation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repository.
We highly recommend using the standard option (#1). For this you should just uncomment `this code block <https://github.com/INCATools/ontobot-change-agent/blob/b60d32375941c19672deace22b74814e04a73284/.github/workflows/new-pr-java.yml#L56-L62>`_
and delete `this code block <https://github.com/INCATools/ontobot-change-agent/blob/b60d32375941c19672deace22b74814e04a73284/.github/workflows/new-pr-java.yml#L63-L68>`_

2. ..warning::
.. warning::
This should be done once only. `ontobot-change-agent` already exists as an app on GitHub. This step is solely for the purpose of documentation.

Create a GitHub App at the Organization level such that it has access to specific repositories of concern.
Expand Down Expand Up @@ -71,7 +71,7 @@ repository.
- Select the organization and repository.
- Click on **Install**.

3. Follow instructions in `actions/create-github-app-token@v1<https://github.com/actions/create-github-app-token>_` to create a GitHub App token.
2. Follow instructions in `actions/create-github-app-token@v1<https://github.com/actions/create-github-app-token>_` to create a GitHub App token.
- Add the following code block to the workflow file:

.. code-block:: shell
Expand All @@ -84,8 +84,8 @@ repository.
- Add the following to the repository:
- **APP_ID**: The App ID generated in step 2. This will an environment variable.
- **PRIVATE_KEY**: The private key generated in step 2. This will be a secret. This is the whole content of the .pem file.
- **APP_ID**: This will an environment variable.
- **PRIVATE_KEY**: This will be a secret. This is the whole content of the .pem file.

- Finally, add the token generated from above to the pull request generation workflow block:
..code-block:: shell
Expand Down
15 changes: 7 additions & 8 deletions implementation.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ <h2>Step 1: GitHub Workflow Setup<a class="headerlink" href="#step-1-github-work
<p>We highly recommend using the standard option (#1). For this you should just uncomment <a class="reference external" href="https://github.com/INCATools/ontobot-change-agent/blob/b60d32375941c19672deace22b74814e04a73284/.github/workflows/new-pr-java.yml#L56-L62">this code block</a>
and delete <a class="reference external" href="https://github.com/INCATools/ontobot-change-agent/blob/b60d32375941c19672deace22b74814e04a73284/.github/workflows/new-pr-java.yml#L63-L68">this code block</a></p>
</div>
</div></blockquote>
</li>
<li><dl>
<dt>..warning::</dt><dd><p>This should be done once only. <cite>ontobot-change-agent</cite> already exists as an app on GitHub. This step is solely for the purpose of documentation.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This should be done once only. <cite>ontobot-change-agent</cite> already exists as an app on GitHub. This step is solely for the purpose of documentation.</p>
<p>Create a GitHub App at the Organization level such that it has access to specific repositories of concern.
- Go to <strong>Settings</strong> -&gt; <strong>Developer settings</strong> -&gt; <strong>GitHub Apps</strong> -&gt; <strong>New GitHub App</strong>.
- Fill in the necessary details and create the GitHub App:</p>
Expand Down Expand Up @@ -190,8 +189,8 @@ <h2>Step 1: GitHub Workflow Setup<a class="headerlink" href="#step-1-github-work
</dl>
</li>
</ul>
</dd>
</dl>
</div>
</div></blockquote>
</li>
<li><dl>
<dt>Follow instructions in <cite>actions/create-github-app-token&#64;v1&lt;https://github.com/actions/create-github-app-token&gt;_</cite> to create a GitHub App token.</dt><dd><ul class="simple">
Expand All @@ -207,8 +206,8 @@ <h2>Step 1: GitHub Workflow Setup<a class="headerlink" href="#step-1-github-work
<ul class="simple">
<li><dl class="simple">
<dt>Add the following to the repository:</dt><dd><ul>
<li><p><strong>APP_ID</strong>: The App ID generated in step 2. This will an environment variable.</p></li>
<li><p><strong>PRIVATE_KEY</strong>: The private key generated in step 2. This will be a secret. This is the whole content of the .pem file.</p></li>
<li><p><strong>APP_ID</strong>: This will an environment variable.</p></li>
<li><p><strong>PRIVATE_KEY</strong>: This will be a secret. This is the whole content of the .pem file.</p></li>
</ul>
</dd>
</dl>
Expand Down
Loading

0 comments on commit c6550ac

Please sign in to comment.