Skip to content

Commit eadcbe6

Browse files
committed
Grant plan action the write permissions for diffs
Without the write permission the diffs were invalid. Source: https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository
1 parent 16296f4 commit eadcbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
permissions:
1515
pull-requests: write
16-
contents: read
16+
contents: write
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)