move all actions to brewkit (#493)

* move all actions to `brewkit`

* prep for merge

* top-level @v0 actions
This commit is contained in:
Jacob Heider 2023-03-10 21:17:42 -05:00 committed by GitHub
parent 7ec44fdcb7
commit c92d3ef609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}