From 32afe6b3c7951a2d967b81576a2471a550155102 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Wed, 9 Oct 2024 07:27:52 -0700 Subject: [PATCH] add read all permissions to diff commenter We were having trouble commenting the diff in #103 and have no clue why it's not working. Maybe this will fix it? --- .github/workflows/comment-diff.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment-diff.yaml b/.github/workflows/comment-diff.yaml index d2a8d37..f8f2569 100644 --- a/.github/workflows/comment-diff.yaml +++ b/.github/workflows/comment-diff.yaml @@ -4,6 +4,8 @@ on: issue_comment: types: [created] +permissions: read-all + jobs: comment-changed-workflow: name: 'Comment Spec Diff'