diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 7039049fc..4c02c5091 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -77,6 +77,11 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} + owner: ${{ github.repository_owner }} + repositories: | + cli + homebrew-tap + scoop-bucket - run: go run tools/publish/main.go --beta "${{ needs.release.outputs.new-release-version }}" env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8876b7c1e..8fbda9496 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,12 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} + owner: ${{ github.repository_owner }} + repositories: | + cli + homebrew-tap + scoop-bucket + supabase commit: name: Publish Brew and Scoop