diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 203e89cf..2edc3eca 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: needs: [cd] #FIXME: will fail (harmlessly) on non-merge/non-new-version runs, and won't work on 3rd-party PRs if: ${{ needs.cd.outputs.HAS_SECRETS }} - uses: ./.github/workflows/bottle.yml + uses: teaxyz/pantry.core/.github/workflows/bottle.yml@main secrets: inherit bottle-standalone: runs-on: ubuntu-latest