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

Commit

Permalink
fixing runs_on
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Steele committed Sep 20, 2024
1 parent 844cd76 commit f4d1cfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/repo-migrate.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Migrate Repository and secrets
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
Expand All @@ -15,6 +16,7 @@ jobs:
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
Expand Down

0 comments on commit f4d1cfc

Please sign in to comment.