From 63fc48ec6ef01a48bc894780a9b2d48c5f9341e9 Mon Sep 17 00:00:00 2001 From: dberenbaum Date: Mon, 25 Sep 2023 15:04:41 -0400 Subject: [PATCH] debug git config --- .github/workflows/example-get-started-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-get-started-deploy.yaml b/.github/workflows/example-get-started-deploy.yaml index 76c4da4..7cc131c 100644 --- a/.github/workflows/example-get-started-deploy.yaml +++ b/.github/workflows/example-get-started-deploy.yaml @@ -38,7 +38,7 @@ jobs: run: | # add remote cd example-get-started/build/example-get-started - git remote add origin https://${{ secrets.GITHUB_TOKEN }}@github.com/iterative/example-get-started.git + git remote add origin https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/iterative/example-get-started.git # close open PRs gh pr close try-large-dataset gh pr close tune-hyperparams