Skip to content

Commit 3e1e425

Browse files
esteiningerclaude
andcommitted
fix(ci): add contents:write permission for git push
The default GITHUB_TOKEN needs explicit write permission to push auto-generated SDK commits back to the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9dfad32 commit 3e1e425

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sync-and-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ on:
1313
branches:
1414
- main
1515

16+
permissions:
17+
contents: write
18+
1619
jobs:
1720
generate-and-publish:
1821
runs-on: ubuntu-latest
19-
22+
2023
steps:
2124
- name: Checkout python-sdk repo
2225
uses: actions/checkout@v4

0 commit comments

Comments
 (0)