From e4bc4a1699d175a0c0155f28562c6bd17f82d227 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Mon, 22 Jul 2024 19:03:58 +0000 Subject: [PATCH] Fix workflow permissions --- .github/workflows/pr-annotations.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-annotations.yaml b/.github/workflows/pr-annotations.yaml index 9f15b63..0fe56bf 100644 --- a/.github/workflows/pr-annotations.yaml +++ b/.github/workflows/pr-annotations.yaml @@ -20,6 +20,7 @@ jobs: name: Trunk Check Annotate runs-on: ubuntu-latest permissions: + checks: write steps: - name: Checkout uses: actions/checkout@v3