Skip to content

Commit

Permalink
use token
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 6, 2024
1 parent 135dea2 commit 39dc491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_views_to_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
TARGET_FILE_PATH="src/prefect/server/api/collections_data/views/aggregate-worker-metadata.json"
SOURCE_REPO_URL="https://raw.githubusercontent.com/PrefectHQ/prefect-collection-registry/main/views/aggregate-worker-metadata.json"
git clone https://github.com/PrefectHQ/prefect.git
git clone htt
cd prefect
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-access-token:[email protected]/$TARGET_ORG/$TARGET_REPO.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 39dc491

Please sign in to comment.