use SKYVERN_CLOUD_GH_PAT as the main sync github token (#2873)
This commit is contained in:
2
.github/workflows/sync-skyvern-cloud.yml
vendored
2
.github/workflows/sync-skyvern-cloud.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
case "${{ github.event.comment.user.login }}" in
|
case "${{ github.event.comment.user.login }}" in
|
||||||
wintonzheng)
|
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_EMAIL=shu@skyvern.com" >> $GITHUB_OUTPUT
|
||||||
echo "GIT_USERNAME=Shuchang Zheng" >> $GITHUB_OUTPUT
|
echo "GIT_USERNAME=Shuchang Zheng" >> $GITHUB_OUTPUT
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user