Skip to content

Commit

Permalink
A lovely picture for the README.md file and an addition to the .gitig…
Browse files Browse the repository at this point in the history
…nore file to remove .ds files.
  • Loading branch information
rspott committed Oct 5, 2021
1 parent 95bc08c commit 9da6888
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ dist

# TernJS port file
.tern-port

#be nice to the MacOS users
**/.DS_Store
17 changes: 12 additions & 5 deletions WARP/devops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,26 @@ There are four sections to this document:
## Place findings into a GitHub repository
1. Create or log into an existing Github repository.
- If an organization does not exist, follow these steps in this [link](https://docs.github.com/en/get-started/quickstart/create-a-repo).
1. Acquire a [personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with write access to create issues:
- Permissions should be *Full control of private repositories*.
![](_images/github_repo_perms.png)
1. Update the keys.txt file
1. Add this personal access token to the `keys.txt` file as *GitHubUserToken*.
- Add this personal access token to the `keys.txt` file as *GitHubUserToken*.
1. Add the GitHub username of the person whose token is being used to the `keys.txt` file as `$owner`.
- Add the GitHub username of the person whose token is being used to the `keys.txt` file as `$owner`.
1. Replace the `$repository` value with the GitHub repository name:
- Replace the `$repository` value with the GitHub repository name:
- `Example: https://github.com/contoso/WAF-repository`
- `Example: https://github.com/contoso/WAF-repository`
- The value would be `WAF-repository`.
- The value would be `WAF-repository`.
1. Right-click and run the `PnP-Github.ps1` script.
Expand Down
Binary file added WARP/devops/_images/github_repo_perms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9da6888

Please sign in to comment.