From 4d2acc9412f30960577a35b0de7de71b385a0a89 Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Wed, 19 Jul 2023 13:12:05 +0300 Subject: [PATCH] try another permission --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05b9b1a..ac5a6a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - pull-requests: write + actions: write steps: - uses: actions/checkout@v3