fix(lint): update permissions for workflow actions
- Changed permissions from 'workflows: write' to 'actions: write'
This commit is contained in:
parent
ade3191965
commit
a4b46c3520
1 changed files with 45 additions and 45 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
workflows: write
|
actions: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue