Skip to content

Commit eb6d3fd

Browse files
vjdhamaclaude
andcommitted
fix: add workflow permissions to terraform master workflow
- Add contents: write for git operations - Add pull-requests: write for PR interactions - Add actions: read for workflow execution - Resolves 0s duration workflow failures 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2a847a9 commit eb6d3fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/terraform.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ on:
1414
branches:
1515
- main
1616
- master
17+
18+
permissions:
19+
contents: write
20+
pull-requests: write
21+
actions: read
22+
1723
jobs:
1824
prTitlecheck:
1925
name: PR title check

0 commit comments

Comments
 (0)