Skip to content

Commit d511f8d

Browse files
fix: credential helper chmod 100 → 500 (shell scripts need read permission) (#2418)
1 parent 33f8e3f commit d511f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_claude-task-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
echo "username=x-access-token"
161161
echo "password=${GITHUB_TOKEN}"
162162
SCRIPT
163-
chmod 100 "$HELPER"
163+
chmod 500 "$HELPER"
164164
git config --global credential.helper "$HELPER"
165165
166166
# Validate Claude auth (vendored from ai-toolkit@db515d0)

0 commit comments

Comments
 (0)