mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
move all actions to brewkit
(#493)
* move all actions to `brewkit` * prep for merge * top-level @v0 actions
This commit is contained in:
parent
7ec44fdcb7
commit
c92d3ef609
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -14,14 +14,14 @@ jobs:
|
|||
with:
|
||||
repository: teaxyz/pantry.core
|
||||
|
||||
- uses: teaxyz/pantry.core/.github/actions/setup-brewkit@main
|
||||
- uses: teaxyz/brewkit/actions/setup-brewkit@v0
|
||||
|
||||
- run: .github/scripts/map-projects-to-githubs.ts
|
||||
env:
|
||||
WATCHER_URL: ${{ secrets.WATCHER_URL }}
|
||||
TEA_API_TOKEN: ${{ secrets.TEA_API_TOKEN }}
|
||||
|
||||
- uses: teaxyz/pantry.core/.github/actions/has-artifacts@main
|
||||
- uses: teaxyz/brewkit/actions/has-artifacts@v0
|
||||
id: has-artifacts
|
||||
with:
|
||||
repo: ${{ github.repository }}
|
||||
|
|
Loading…
Reference in a new issue