use SKYVERN_CLOUD_GH_PAT as the main sync github token (#2873)

This commit is contained in:
Shuchang Zheng
2025-07-03 21:21:56 -07:00
committed by GitHub
parent 2df051cd01
commit 133cee4358

View File

@@ -22,7 +22,7 @@ jobs:
run: |
case "${{ github.event.comment.user.login }}" in
wintonzheng)
echo "GH_PAT=${{ secrets.SKYVERN_OSS_GH_PAT }}" >> $GITHUB_OUTPUT
echo "GH_PAT=${{ secrets.SKYVERN_CLOUD_GH_PAT }}" >> $GITHUB_OUTPUT
echo "GIT_EMAIL=shu@skyvern.com" >> $GITHUB_OUTPUT
echo "GIT_USERNAME=Shuchang Zheng" >> $GITHUB_OUTPUT
;;