Skip to content

Commit d3009e2

Browse files
authored
Merge pull request #788 from aws-powertools/pr_merge
fix(ci): Add permissions to read issues and pull requests
2 parents fc6c699 + 3c30d97 commit d3009e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/on_merged_pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
permissions:
2626
contents: read
2727
id-token: write
28+
issues: read
29+
pull-requests: write
2830
needs: get_pr_details
2931
runs-on: ubuntu-latest
3032
if: needs.get_pr_details.outputs.prIsMerged == 'true'

0 commit comments

Comments
 (0)