Skip to content

Commit

Permalink
spacing fix round 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Oct 27, 2023
1 parent e5b4e0a commit f69455e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ This will create a new repository with the same layout as this template reposito
* There are several [manually-triggered GitHub Actions](https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow) provided to facilitate setting up this new repository.
* You must turn on "Read and Write" permissions for GitHub Actions to use them:
* Navigate to the repository's "Settings" tab at the top of the page.
<br><img src="./images/github_bar_settings.png" alt="Actions tab" width="400"/><br>
<br><img src="./images/github_bar_settings.png" alt="Actions tab" width="600"/><br>

* Navigate to the `Actions` -> `General` page from the sidebar
<br><img src="./images/actions_general.png" alt="General actions settings" width="100"/><br>
<br><img src="./images/actions_general.png" alt="General actions settings" width="200"/><br>

* Ensure [the following settings](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-default-github_token-permissions) are on:
<br>
<img src="./images/workflow-permissions.png" alt="Workflow permissions settings to turn on" width="600"/>
* Ensure [the following settings](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-default-github_token-permissions) are turned on:
<br>
<img src="./images/workflow-permissions.png" alt="Workflow permissions settings to turn on" width="600"/>



Expand All @@ -39,7 +39,7 @@ When triggered, this action will file a series of issues comprising tasks that s
Run this action as follows:

* Navigate to the repository's "Actions" tab at the top of the page.
<br><img src="./images/github_bar_actions.png" alt="Actions tab" height="200"/><br>
<br><img src="./images/github_bar_actions.png" alt="Actions tab" width="600"/><br>

* On the upper left-hand side, you will see all available workflows.
* Click the workflow named `Manually trigger issue creation for standard set up`, and then click the "Run workflow" dropdown button.
Expand Down

0 comments on commit f69455e

Please sign in to comment.