Skip to content

Commit

Permalink
Set write permissions in AI workflow
Browse files Browse the repository at this point in the history
merges #493
closes #492

* Set write permissions in AI workflow
* Add pull-requests write permissions
  • Loading branch information
agitter authored Apr 23, 2023
1 parent f3e0520 commit 72a96c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ai-revision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
ai-revise:
name: AI Revise
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
defaults:
run:
shell: bash --login {0}
Expand Down

0 comments on commit 72a96c9

Please sign in to comment.