Pass secret to script called by GitHub Actions workflow
Summary This incident centers on a GitHub Actions reusable workflow that needed to pass a repository‑specific secret into a dynamically supplied setup.py script. The workflow design prevented direct access to secrets.* inside the with: block of a reusable workflow call, causing failures, blocked outputs, and missing environment variables. Root Cause The failure occurred because GitHub … Read more