This change enables manual triggering of the Docker build workflow via workflow_dispatch and replaces the built-in GITHUB_TOKEN with a PAT (SKYVERN_OSS_GITHUB_TOKEN) in the auto-release workflow so that release events correctly trigger downstream builds. As a result, maintainers can now fire off Docker image builds on demand or automatically after a release, restoring the CI chain that was previously broken by GitHub’s security restrictions. The trade-off is added complexity in managing and securing an extra PAT with the right permissions and the slight overhead of manual inputs when running the build workflow.

Fix auto-release not triggering Docker build workflow - Skyvern-AI/skyvern