From 59efa7a81f1f4c210878ae2b8f11604d37fb9b2c Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Sat, 5 Nov 2022 10:10:36 -0400 Subject: [PATCH] update perms for dogfood --- .github/workflows/integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f0a992c..f7b489f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -36,7 +36,8 @@ jobs: name: Dogfood runs-on: ubuntu-latest permissions: - pull-requests: write + issues: write + pull-requests: write steps: - name: Checkout repo uses: actions/checkout@v3