From b1cb2dae85bf9374231ff99f31ddbc5dca77ad93 Mon Sep 17 00:00:00 2001 From: Andrei Kozhevnikov Date: Sat, 31 Aug 2024 13:04:11 +0700 Subject: [PATCH] test ci --- .github/workflows/make_patch.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make_patch.yml b/.github/workflows/make_patch.yml index adb634e2..4db2fa3d 100644 --- a/.github/workflows/make_patch.yml +++ b/.github/workflows/make_patch.yml @@ -5,6 +5,9 @@ on: branches: - master +permissions: + issues: write + jobs: make_patch: runs-on: ubuntu-latest @@ -31,7 +34,7 @@ jobs: with: script: console.log(context) - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | github.rest.issues.createComment({