mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-30 12:40:14 +00:00
use SKYVERN_CLOUD_GH_PAT as the main sync github token (#2873)
This commit is contained in:
parent
2df051cd01
commit
133cee4358
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-skyvern-cloud.yml
vendored
2
.github/workflows/sync-skyvern-cloud.yml
vendored
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue