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

Commit

Permalink
fixing?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Steele committed Sep 20, 2024
1 parent 707f5b3 commit 2f30915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Migrate Repo
uses: achieve-3000/ghe-migration-scripts/[email protected]
uses: achieve-3000/ghe-migration-scripts/migrate-repo/action.yml@v1.0.0
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]
uses: achieve-3000/ghe-migration-scripts/migrate-secrets/action.yml@v1.0.0
with:
source_repo: ${{ github.repository }}
target_repo: "mcgrawhill-llc/a3k-diff-action"
Expand Down

0 comments on commit 2f30915

Please sign in to comment.