Skip to content

Commit 56deb06

Browse files
committed
fix: add permissions for PR labels
1 parent 14dde11 commit 56deb06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codebuild-pr-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ concurrency:
2222
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.pull_request.number || github.run_id }}
2323
cancel-in-progress: true
2424

25+
permissions:
26+
pull-requests: write
27+
issues: write
28+
2529
jobs:
2630
build:
2731
# Runner exists only for aws-cdk repo

0 commit comments

Comments
 (0)