File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,18 +16,17 @@ jobs:
1616 # directory in which cookiecuter generates the new repository
1717 INSTANCE_GENERATED : " TEMPLATE_INSTANCE_GENERATED"
1818 PROJECT_NAME : " cookiecutter-scverse-instance"
19- GH_TOKEN : ${{ secrets.BOT_GH_TOKEN }} # for gh cli
2019
2120 steps :
2221 - name : Install the latest version of uv
2322 uses : astral-sh/setup-uv@v7
2423 with :
2524 cache-dependency-glob : .github/workflows/deploy-instance-repo.yml
2625
27- - name : Set git identity
28- run : |
29- git config --global user.name "scverse-bot"
30- git config --global user.email "108668866+scverse-bot@users.noreply.github.com"
26+ # - name: Set git identity
27+ # run: |
28+ # git config --global user.name "scverse-bot"
29+ # git config --global user.email "108668866+scverse-bot@users.noreply.github.com"
3130
3231 - name : Checkout template repository
3332 uses : actions/checkout@v6
3837 with :
3938 app-id : ${{ vars.PR_CREATOR_APP_ID }}
4039 private-key : ${{ secrets.PR_CREATOR_PRIVATE_KEY }}
40+ repositories : cookiecutter-scverse-instance
4141
4242 - name : Checkout instance repository
4343 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments