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