Skip to content

Commit ff67f99

Browse files
committed
Fix token scope
1 parent 4dd5217 commit ff67f99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-instance-repo.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -38,6 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)