From d2c7b32616a3c510efca69f59dba0065e5e28c43 Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:33:52 +0200 Subject: [PATCH] chore: remove templatesync --- .github/workflows/template-sync.yml | 18 ------------------ .templatesyncignore | 3 --- 2 files changed, 21 deletions(-) delete mode 100644 .github/workflows/template-sync.yml delete mode 100644 .templatesyncignore diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml deleted file mode 100644 index b00e3d6..0000000 --- a/.github/workflows/template-sync.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: template-sync -on: - schedule: - - cron: "0 0 * * 1" # triggers on midnight on every monday - workflow_dispatch: # allow manual triggers -jobs: - repo-sync: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - steps: - - uses: actions/checkout@v4 # clone repo - - name: Sync repository with upstream template - uses: AndreasAugustin/actions-template-sync@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - source_repo_path: blue-build/template diff --git a/.templatesyncignore b/.templatesyncignore deleted file mode 100644 index 8148952..0000000 --- a/.templatesyncignore +++ /dev/null @@ -1,3 +0,0 @@ -modules/* -config/* -README.md \ No newline at end of file