From bc359cd99c5c8c2f93fba569bbc535355cde428e Mon Sep 17 00:00:00 2001 From: Raman Aktsisiuk Date: Sat, 10 Aug 2024 15:05:50 +0200 Subject: [PATCH] ci: add write permission --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40f2f614..592a7592 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,6 +2,9 @@ name: Lint on: workflow_call +permissions: + contents: write + jobs: prettier: timeout-minutes: 30