From 4e3d64dd85e01a76cb1ec440064a9c1a517399d7 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 13 Mar 2024 11:39:07 +0100 Subject: [PATCH] Delete .github/workflows/migration.yml (#18) This workflow file is not needed anymore Signed-off-by: Fran Mulero --- .github/workflows/migration.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/migration.yml diff --git a/.github/workflows/migration.yml b/.github/workflows/migration.yml deleted file mode 100644 index ae86cb4..0000000 --- a/.github/workflows/migration.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright VMware, Inc. -# SPDX-License-Identifier: APACHE-2.0 - -name: '[Support] Cards migration' -on: [ workflow_dispatch ] -permissions: {} -jobs: - call-migration-workflow: - uses: bitnami/support/.github/workflows/migrate-reusable.yml@main - with: - organization: bitnami - legacy_project_board_name: Support - new_project_number: 4 - repo: ${{ github.event.repository.name }} - secrets: - # This token should have access to both projects and at least read:project permissions - token: ${{ secrets.MIGRATION_TOKEN }} \ No newline at end of file