Skip to content

Commit 39dc491

Browse files
committed
use token
1 parent 135dea2 commit 39dc491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_views_to_core.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
TARGET_FILE_PATH="src/prefect/server/api/collections_data/views/aggregate-worker-metadata.json"
2626
SOURCE_REPO_URL="https://raw.githubusercontent.com/PrefectHQ/prefect-collection-registry/main/views/aggregate-worker-metadata.json"
2727
28-
git clone https://github.com/PrefectHQ/prefect.git
28+
git clone htt
2929
cd prefect
3030
3131
curl -o $TARGET_FILE_PATH $SOURCE_REPO_URL
3232
3333
git config --global user.email "[email protected]"
3434
git config --global user.name "marvin-robot"
35-
35+
git remote set-url origin https://x-access-token:[email protected]/$TARGET_ORG/$TARGET_REPO.git &&
3636
git checkout -b $NEW_BRANCH
3737
git add $TARGET_FILE_PATH
3838
git commit -m "Update aggregate-worker-metadata.json"

0 commit comments

Comments
 (0)