📝Daily
Day 69
Tony Duong
Sep 2, 2026 ・ 1 min
#engineering#claude-code#github-actions#ci#permissions
Today, I:
- encountered Claude Code Action errors due to max turns being exceeded — noticed the permission-denied count was quite high and was consuming turns for nothing; temporarily added
show_full_output: trueto see which permissions are denied, will check tomorrow and add the missing ones if needed (action.yml)