diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index c3bad643f..e7acd5fb5 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -20,7 +20,7 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots') steps: - - uses: martinRenou/maintainer-tools/.github/actions/update-snapshots-checkout@check_perm + - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots-checkout@main with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update_lite_galata_references.yaml b/.github/workflows/update_lite_galata_references.yaml index 7ab8118c0..f4f00c284 100644 --- a/.github/workflows/update_lite_galata_references.yaml +++ b/.github/workflows/update_lite_galata_references.yaml @@ -20,7 +20,7 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots') steps: - - uses: martinRenou/maintainer-tools/.github/actions/update-snapshots-checkout@check_perm + - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots-checkout@main with: github_token: ${{ secrets.GITHUB_TOKEN }}