From 19fb0b36048e8a8d2b8989ce0ddadd7b1d15c6f7 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Sat, 5 Nov 2022 10:13:08 -0400 Subject: [PATCH] dogfood workflow perms --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f7b489f..68a1b0e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -36,8 +36,8 @@ jobs: name: Dogfood runs-on: ubuntu-latest permissions: - issues: write - pull-requests: write + issues: read|write + pull-requests: read steps: - name: Checkout repo uses: actions/checkout@v3