Skip to content

Commit

Permalink
README: antiquote string with angled braces
Browse files Browse the repository at this point in the history
Otherwise, it could be interpreted as HTML tags and cause weird rendering.
  • Loading branch information
cole-h committed Jul 27, 2022
1 parent 8c1a465 commit acabbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -143,7 +143,7 @@ git push origin update_flake_lock_action --force
### With a Personal Authentication Token

By providing a Personal Authentication Token, the PR will be submitted in a way that bypasses this limitation (GitHub will essentially think it is the owner of the PAT submitting the PR, and not an Action).
You can create a token by visiting https://github.com/settings/tokens and select at least the `repo` scope. Then, store this token in your repository secrets (i.e. 'https://github.com/<USER>/<REPO>/settings/secrets/actions') as `GH_TOKEN_FOR_UPDATES` and set up your workflow file like the following:
You can create a token by visiting https://github.com/settings/tokens and select at least the `repo` scope. Then, store this token in your repository secrets (i.e. `https://github.com/<USER>/<REPO>/settings/secrets/actions`) as `GH_TOKEN_FOR_UPDATES` and set up your workflow file like the following:

```yaml
name: update-flake-lock
Expand Down

0 comments on commit acabbe2

Please sign in to comment.