dogfood workflow perms

This commit is contained in:
Michael Shick 2022-11-05 10:13:08 -04:00
parent 59efa7a81f
commit 19fb0b3604
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -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