diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf1e7ed..5de9de2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -340,6 +340,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v1 with: + owner: ${{ github.repository_owner }} app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} @@ -478,6 +479,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v1 with: + owner: ${{ github.repository_owner }} app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} repositories: homebrew-cli,scoop-bucket