Skip to content

Commit a1cde13

Browse files
committed
ci: add workflows permission to prettier action
Grant the workflows: write permission to the Prettier action to allow it to function correctly when interacting with GitHub Actions configurations.
1 parent c5a01fe commit a1cde13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/action-prettier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency:
1212

1313
permissions:
1414
contents: write
15+
workflows: write
1516

1617
jobs:
1718
prettier:

0 commit comments

Comments
 (0)