Skip to content

Commit

Permalink
fix: Fix workflow permissions to update PRs (#27)
Browse files Browse the repository at this point in the history
The changes to the update-issues tool to process PRs failed due to permission errors.  This adds necessary permissions to the workflow.
  • Loading branch information
joeyparrish authored Jul 25, 2023
1 parent 24ed1b2 commit 208556c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

permissions:
issues: write
pull-requests: write

jobs:
update-issues:
Expand Down
1 change: 1 addition & 0 deletions update-issues/update-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

permissions:
issues: write
pull-requests: write

jobs:
update-issues:
Expand Down

0 comments on commit 208556c

Please sign in to comment.