Skip to content

Commit

Permalink
Second video embed for tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Sep 24, 2024
1 parent 29fbaad commit 106584b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GitHub offers two ways to authenticate your local computer to GitHub. Usernames

- **Personal Access Tokens (PATs)** - PATs are long, randomized tokens that can be scoped with specific levels of permissions. More on how to authenticate using PATs [can be found here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). More details about how to configure your local system [are also available](../token-authentication). Or watch the video below:

[![Using a Personal Access Token with GitHub](https://i.ytimg.com/vi/CJDy2I9mY_s/maxresdefault.jpg)](https://www.youtube.com/embed/C4R2mMx6C-k?si=UPknm4ygzhenNrRN)
[![Using a Personal Access Token with GitHub](https://i.ytimg.com/vi/C4R2mMx6C-k/maxresdefault.jpg)](https://www.youtube.com/embed/C4R2mMx6C-k?si=UPknm4ygzhenNrRN)

- **SSH Keys** - you can also use SSH keypairs to authenticate your computer to GitHub. These allow your pushes and pulls, etc. to authenticate seamlessly to GitHub as a full owner of the repository. More about SSH authentication to GitHub is [available here](https://docs.github.com/en/authentication/connecting-to-github-with-ssh).

Expand Down
3 changes: 3 additions & 0 deletions docs/token-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ git remote set-url origin https://github.com/ACCOUNT/REPO.git
> **NOTE:** Never add or commit the `.git-credentials` file to a repository as it contains a sensitive token value, and
> therefore access to your GitHub account.
## Watch how to set up a PAT

[![Using a Personal Access Token with GitHub](https://i.ytimg.com/vi/C4R2mMx6C-k/maxresdefault.jpg)](https://www.youtube.com/embed/C4R2mMx6C-k?si=UPknm4ygzhenNrRN)

0 comments on commit 106584b

Please sign in to comment.