Skip to content

Commit 4a4c041

Browse files
Edit README
1 parent 7e375a0 commit 4a4c041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
args: [--allow-multiple-documents]
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
9+
args: [--markdown-linebreak-ext=md]
910

1011
- repo: https://github.com/adrienverge/yamllint
1112
rev: v1.26.3

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Export the token to the local host environment.
2020
> The token must have the `repo` scope (when creating a repo runner) or the `admin:org` scope (when creating a runner for an organization).
2121
Personal Access Token for GitHub account can be created [here](https://github.com/settings/tokens).
2222

23-
> **Warning**
24-
23+
> **Warning**
2524
> Never store you personal access token in the GitHub repository. Use [GitHub Secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) or some different secrets service.
2625
2726
* Runner user has to be pre-created.

0 commit comments

Comments
 (0)