build: use reusable-workflows [2]
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
63e69546fa
commit
aa602b4cbc
|
|
@ -10,3 +10,6 @@ on:
|
|||
jobs:
|
||||
size-label:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.10.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,3 +14,6 @@ on:
|
|||
jobs:
|
||||
label-issues:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/label-issues.yml@0.10.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,3 +6,6 @@ on:
|
|||
jobs:
|
||||
size-label:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.10.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue