You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): add GPG commit signing to weekly-update workflow (#134)
* chore(ci): add GPG commit signing to weekly-update workflow
* chore(ci): improve Claude prompt structure in weekly-update
* chore(ci): simplify Claude prompt to just invoke /updating skill
"/updating - Run the updating skill to update all dependencies. Create atomic commits for each update. You are running in CI mode - skip builds and tests. Do not push or create a PR." \
88
+
"/updating" \
87
89
2>&1 | tee claude-output.log
88
90
CLAUDE_EXIT=${PIPESTATUS[0]}
89
91
set -e
@@ -157,6 +159,9 @@ jobs:
157
159
path: claude-output.log
158
160
retention-days: 7
159
161
162
+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@6096b06b1790f411714c89c40f72aade2eeaab7c # main
0 commit comments