Skip to content

Commit

Permalink
ci - Add pull-request permission
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Nov 8, 2023
1 parent aa5a2b1 commit b48f2d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ on:

jobs:
ecs-generate:

permissions:
# Allow job to write to a branch and open a PR.
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b48f2d4

Please sign in to comment.