1
0
Fork 0
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:
Sebastian Kunze 2020-02-22 22:54:27 +01:00 committed by GitHub
parent 791dcfcb43
commit 8d8558d725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
yamllint_strict: false
yamllint_comment: true
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.