Skip to content

Commit d268ca5

Browse files
yarikopticclaude
andcommitted
Add git-bug identity creation step to sync workflow
git-bug requires its own identity (not just git config user.*) before bridge configuration can work. Add `git-bug user new` step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ea759a8 commit d268ca5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/sync-git-bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
chmod +x /usr/local/bin/git-bug
3939
git-bug version
4040
41+
- name: Create git-bug identity
42+
run: |
43+
git-bug user new \
44+
--name="github-actions" \
45+
--email="github-actions@users.noreply.github.com" \
46+
--non-interactive
47+
4148
- name: Configure bridge
4249
env:
4350
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)