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