Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Migrate Repository

Migrate Repository #10

Workflow file for this run

name: Migrate Repository
on:
workflow_dispatch:
jobs:
migrate:
runs-on: [ubuntu-latest]
steps:
- name: Migrate Repo
uses: achieve-3000/ghe-migration-scripts/[email protected]
with:
source_repo: ${{ github.repository }}
target_repo: "mcgrawhill-llc/a3k-diff-action"
source_url: ${{ github.server_url }}
source_token: ${{ secrets.CI_PAT }}
target_token: ${{ secrets.GH_MIGRATION_TOKEN }}
- name: Migrate Secrets
uses: achieve-3000/ghe-migration-scripts/[email protected]
with:
source_repo: ${{ github.repository }}
target_repo: "mcgrawhill-llc/a3k-diff-action"
source_url: ${{ github.server_url}}
source_token: ${{ secrets.CI_PAT }}
target_token: ${{ secrets.GH_MIGRATION_TOKEN }}