Fix auto-release not triggering Docker build workflow (#4579)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Shuchang Zheng
2026-01-29 07:42:46 -08:00
committed by GitHub
parent 3694faf2b2
commit 67d3479d0c
2 changed files with 13 additions and 5 deletions

View File

@@ -93,4 +93,6 @@ jobs:
prerelease: false
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Using PAT instead of GITHUB_TOKEN to trigger downstream workflows (e.g., build-docker-image)
# GITHUB_TOKEN events don't trigger other workflows to prevent infinite loops
GITHUB_TOKEN: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }}