Skip to content

Commit 8d11b0b

Browse files
committed
fix: add permissions to caller workflow
1 parent 6fd8d7e commit 8d11b0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/opentofu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- main
1010

11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
1115
jobs:
1216
opentofu:
1317
uses: makeitworkcloud/shared-workflows/.github/workflows/opentofu.yml@main

0 commit comments

Comments
 (0)