From aa89e0b7815a4aa5c65c8b0c6dea9ff26f10dd2e Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Sat, 25 Nov 2023 19:58:56 +0100 Subject: [PATCH] Adds `init_instance` workflow --- .github/workflows/init_instance.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/init_instance.yml b/.github/workflows/init_instance.yml index a27b89b..4dd3627 100644 --- a/.github/workflows/init_instance.yml +++ b/.github/workflows/init_instance.yml @@ -13,6 +13,9 @@ jobs: if: github.repository_owner != 'BMCV' + permissions: + issues: write + steps: - name: Initialize repository @@ -25,5 +28,5 @@ jobs: title: 'Instance: ${{ github.repository }}' body: | **Register:** ${{ github.repository }} - owner: ${{ github.repository_owner }} + owner: BMCV repo: ${{ github.event.repository.name }}