Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 6, 2024
1 parent 909d525 commit 39dbadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ with:

This will happen if you use ```secrets.GITHUB_TOKEN```.

You need to create a [personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) instead, and store its value in a secret, for example ```MY_TOKEN```.
You need to create a [personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) instead. Go to your Github settings, select 'Developer settings' and then 'Personal access tokens' and create a new token. Store its value in a secret, for example ```MY_TOKEN```.

Then refer to it like this:

Expand Down

0 comments on commit 39dbadf

Please sign in to comment.