Give style workflow permission to update workflows
This commit is contained in:
parent
6039e8fbdc
commit
4a5649a832
1 changed files with 1 additions and 0 deletions
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
||||||
# 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
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue