Skip to content

Commit

Permalink
Simplify personal access token note
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Mar 4, 2020
1 parent 3dd3cf8 commit dbfb5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

Running on demand by pull request comment, triggered by the text `/dotnet format`.

> ℹ To push fixes back to the pull request branch you'll need to setup a [Personal Access Token](https://github.com/settings/tokens/new?scopes=repo&description=github%20actions) with the `repo` scope.
> The provided `GITHUB_TOKEN` will not trigger additional workflows so you'll need to [setup a secret](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) with your Personal Access Token.
> ℹ The provided `GITHUB_TOKEN` will not trigger additional workflows.
> To push fixes back to the pull request branch you'll need to [setup a secret](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) with a [Personal Access Token](https://github.com/settings/tokens/new?scopes=repo&description=github%20actions) that has the `repo` scope.

```yml
name: Format on Slash Command
Expand Down

0 comments on commit dbfb5aa

Please sign in to comment.