Skip to content

Commit

Permalink
Adds init_instance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 25, 2023
1 parent 6a52aef commit aa89e0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/init_instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

if: github.repository_owner != 'BMCV'

permissions:
issues: write

steps:

- name: Initialize repository
Expand All @@ -25,5 +28,5 @@ jobs:
title: 'Instance: ${{ github.repository }}'
body: |
**Register:** ${{ github.repository }}
owner: ${{ github.repository_owner }}
owner: BMCV
repo: ${{ github.event.repository.name }}

0 comments on commit aa89e0b

Please sign in to comment.