YAML issue?
This commit is contained in:
parent
4a5649a832
commit
63d34e475a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/style.yml
vendored
4
.github/workflows/style.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||||
# added or changed files to the repository.
|
# added or changed files to the repository.
|
||||||
contents: write
|
- contents: write
|
||||||
workflows: write
|
- workflows: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue