Browse Source

Allow issues/pull-request write permissions for GitHub token (#1310)

pull/1309/head
James Rose 2 years ago committed by GitHub
parent
commit
293077695c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/review_pipeline.yml

3
.github/workflows/review_pipeline.yml

@ -72,6 +72,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: staging environment: staging
needs: [postgres, redis] needs: [postgres, redis]
permissions:
issues: write
pull-requests: write
steps: steps:
- name: Checkout code - name: Checkout code

Loading…
Cancel
Save