Skip to content

Commit a949ced

Browse files
vjdhamaclaude
andcommitted
fix: add write permissions to terraform-docs workflow
- Add contents: write permission for git push operations - Add pull-requests: write for PR interactions - Resolves github-actions[bot] permission denied error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 8a8f69a commit a949ced

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/terraform-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ env:
1212
jobs:
1313
generateDocs:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
17+
pull-requests: write
1518
steps:
1619
- name: Checkout repository
1720
uses: actions/checkout@v4

0 commit comments

Comments
 (0)