From 1959dd016b8edc5a2488fec0c774ec6fb0a2561a Mon Sep 17 00:00:00 2001 From: Andrei Kozhevnikov Date: Sat, 31 Aug 2024 13:06:58 +0700 Subject: [PATCH] test ci --- .github/workflows/make_patch.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/make_patch.yml b/.github/workflows/make_patch.yml index afb3e468..3b9e4f2c 100644 --- a/.github/workflows/make_patch.yml +++ b/.github/workflows/make_patch.yml @@ -5,7 +5,8 @@ on: branches: - master -permissions: write-all +permissions: + contents: write jobs: make_patch: @@ -28,12 +29,8 @@ jobs: name: ${{ github.head_ref }} path: .github/patch_data - - name: View context attributes + - name: Comment artifact link uses: actions/github-script@v7 - with: - script: console.log(context) - - - uses: actions/github-script@v7 with: script: | github.rest.issues.createComment({