diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 84313a71dfea..43214ce2c5fb 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -18,7 +18,7 @@ jobs: - name: Add 👍 Reaction if: always() && steps.rebase.outputs.rebased-count == 1 - uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae + uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d with: token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} @@ -27,7 +27,7 @@ jobs: - name: Add 👎 Reaction if: always() && steps.rebase.outputs.rebased-count != 1 - uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae + uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d with: token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}