From c8bd6fc5b436ea64c383a6e813d778ca2bbd558a Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 2 Sep 2022 08:51:07 -0700 Subject: [PATCH] [ci] Fix comment-command (take 2) (#4395) --- .github/workflows/comment-command.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index 71365ce10b..1b5e689055 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -20,6 +20,8 @@ jobs: content: "rocket", }); - uses: actions/checkout@v3 + with: + token: ${{ secrets.COMMENT_COMMAND_PAT_TOKEN }} - name: Fetch all history and metadata run: | git fetch --prune --unshallow