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

Commit

Permalink
fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Steele committed Sep 20, 2024
1 parent 1cc8a83 commit 812d74c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/repo-migrate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Migrate Repository

on:
workflow_dispatch:

jobs:
migrate:
runs-on: [ubuntu-latest]
steps:
- name: Migrate Repo
uses: achieve-3000/ghe-migration-scripts/migrate-repo@v1
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 }}
migrate-secrets:
runs-on: [ ubuntu-latest ]
steps:
- name: Migrate Secrets
uses: achieve-3000/ghe-migration-scripts/migrate-secrets@v1
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 }}

0 comments on commit 812d74c

Please sign in to comment.