#github-actions

5 entries tagged “github-actions”.

git

Exit code 126 in CI: the exec bit git never committed

A GitHub Actions step failed with Permission denied and exit code 126. The script was committed as 100644 because core.fileMode was off. Here's the fix.

Read the entry →
npm

Missing files after npm publish: the files allowlist

Files missing from a published npm package: our vite UI build landed outside dist, so the files allowlist dropped it. Here's how I found and fixed it.

Read the entry →
github-actions

AI PR review and security scanning with GitHub Actions

Build your own GitHub Actions bot that review pull requests with an LLM: PR Description Checker and Security Scanner.

Read the entry →
github-actions

Auto-triage GitHub issues with an AI agent and Actions

Build a GitHub Actions bot that triages issues and PRs with an LLM: label, dedupe, security-scan, and run it on Claude, GPT, or Gemini. Here's how I did it.

Read the entry →
trusted-publishing

Switching to npm trusted publishers: mind the Node version

Moving GitProxy's npm publish from a token to OIDC trusted publishers took a few lines, except for one thing that kept failing.

Read the entry →