diff --git a/.github/workflows/ll.yml b/.github/workflows/ll.yml index cebfde3efc81a6..71bc855bad2ec7 100644 --- a/.github/workflows/ll.yml +++ b/.github/workflows/ll.yml @@ -6,6 +6,8 @@ jobs: runs-on: ubuntu-latest permissions: issues: write + pull-requests: write + id-token: write steps: - name: Add comment run: gh pr comment "$NUMBER" --body "$BODY"