mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
dogfood workflow perms
This commit is contained in:
parent
59efa7a81f
commit
19fb0b3604
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue