mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
Fix wrong secret name in README (#3)
This commit is contained in:
parent
791dcfcb43
commit
8d8558d725
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
yamllint_strict: false
|
yamllint_strict: false
|
||||||
yamllint_comment: true
|
yamllint_comment: true
|
||||||
env:
|
env:
|
||||||
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
|
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
This was a simplified example showing the basic features of this Yamllint GitHub Actions.
|
This was a simplified example showing the basic features of this Yamllint GitHub Actions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue