Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 6, 2024
1 parent eaead3a commit a47f6c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr_views_to_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
curl -o $TARGET_FILE_PATH $SOURCE_REPO_URL
git config --global user.email "[email protected]"
git config --global user.name "marvin-robot"
git remote set-url origin https://x-token-auth:[email protected]/prefecthq/prefect.git &&
gh auth login --with-token <<< $GITHUB_TOKEN
git remote set-url origin https://github.com/prefecthq/prefect.git &&
git checkout -b $NEW_BRANCH
git add $TARGET_FILE_PATH
git commit -m "Update aggregate-worker-metadata.json"
Expand Down

0 comments on commit a47f6c8

Please sign in to comment.