Skip to content

Commit 55b3ee1

Browse files
vjdhamaclaude
andcommitted
fix: add write permissions to update-configs workflow
- Add contents: write permission for git operations - Enables workflow to commit and push template updates - Fixes permission denied errors during config sync 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 44c1835 commit 55b3ee1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-configs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
update:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)