diff --git a/.github/workflows/needs-rebase.yml b/.github/workflows/needs-rebase.yml index d9e2c706fadfa..3b18103314b06 100644 --- a/.github/workflows/needs-rebase.yml +++ b/.github/workflows/needs-rebase.yml @@ -11,7 +11,7 @@ jobs: # (NOTE: pinning the action to a given commit is a security best-practice: # https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/security-hardening-for-github-actions) - name: Check if PR needs rebase - uses: eps1lon/actions-label-merge-conflict@b8bf8341285ec9a4567d4318ba474fee998a6919 + uses: eps1lon/actions-label-merge-conflict@e62d7a53ff8be8b97684bffb6cfbbf3fc1115e2e with: repoToken: "${{ secrets.GITHUB_TOKEN }}" dirtyLabel: "needs-rebase"