Skip to content

Commit

Permalink
debug git config
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Sep 25, 2023
1 parent b3b6a29 commit 63fc48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-get-started-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63fc48e

Please sign in to comment.