From eaead3a9e51267a9c5a7d60fa5f962ca56282ace Mon Sep 17 00:00:00 2001 From: Nathan Nowack Date: Fri, 5 Jan 2024 19:31:13 -0600 Subject: [PATCH] try --- .github/workflows/pr_views_to_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_views_to_core.yml b/.github/workflows/pr_views_to_core.yml index cf2da236..86080d7b 100644 --- a/.github/workflows/pr_views_to_core.yml +++ b/.github/workflows/pr_views_to_core.yml @@ -32,7 +32,7 @@ jobs: git config --global user.email "marvin@prefect.io" git config --global user.name "marvin-robot" - git remote set-url origin https://x-access-token:$GITHUB_TOKEN@github.com/prefecthq/prefect.git && + git remote set-url origin https://x-token-auth:$GITHUB_TOKEN@github.com/prefecthq/prefect.git && git checkout -b $NEW_BRANCH git add $TARGET_FILE_PATH git commit -m "Update aggregate-worker-metadata.json"