diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 2a2343d36..706eab259 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -17,8 +17,6 @@ jobs: update-homebrew: needs: [publish-cli-assets] uses: ./.github/workflows/update-homebrew.yml - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: commit_sha: ${{ github.sha }} version: ${{ needs.release.outputs.version }} diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 9b9cb3322..fc17aba22 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -39,7 +39,7 @@ jobs: with: repository: xataio/homebrew-brew ref: 'main' - token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 - name: setup git config