diff --git a/.github/workflows/tapioca-update.yml b/.github/workflows/tapioca-update.yml index 2a9b482624..f359288d97 100644 --- a/.github/workflows/tapioca-update.yml +++ b/.github/workflows/tapioca-update.yml @@ -45,13 +45,13 @@ jobs: - name: Push commits uses: Homebrew/actions/git-try-push@master with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} branch: tapioca-update directory: Library/Homebrew/ - name: Open a PR env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} run: | cd "$GITHUB_WORKSPACE/Library/Homebrew" hub pull-request -m "$(git log -1 --format='%s')"