From 5aac6d892ec0154717d0f84293342e7726991728 Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Thu, 28 Dec 2023 16:09:38 +0800 Subject: [PATCH] Update auto-pr-reply.yml --- .github/workflows/auto-pr-reply.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-pr-reply.yml b/.github/workflows/auto-pr-reply.yml index 46cd7c3c3073c6..2ed1ac2ac2ce31 100644 --- a/.github/workflows/auto-pr-reply.yml +++ b/.github/workflows/auto-pr-reply.yml @@ -26,6 +26,7 @@ jobs: permissions: issues: write pull-requests: write + id-token: write steps: - name: Checkout uses: actions/checkout@v3