Skip to content

Commit 778cb93

Browse files
committed
Use the correct permissions
1 parent 59545d0 commit 778cb93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/repository_dispatch.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
plan:
1313
runs-on: ubuntu-24.04
1414
name: Create terraform plan
15+
permissions:
16+
contents: read
17+
pull-requests: write
1518
steps:
1619
- name: Checkout
1720
uses: actions/checkout@v4

0 commit comments

Comments
 (0)