diff --git a/.github/workflows/fetch.yaml b/.github/workflows/fetch.yaml index 4ea8cfd7..3351302c 100644 --- a/.github/workflows/fetch.yaml +++ b/.github/workflows/fetch.yaml @@ -19,7 +19,7 @@ jobs: private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} repository: ${{ github.repository }} permissions: >- - {"contents": "write", "pull_requests": "write"} + {"contents": "write", "pull_requests": "write", "members": "read"} - name: Checkout repository code uses: actions/checkout@v3 - name: Install Go