diff --git a/.github/workflows/copier-update.yml b/.github/workflows/copier-update.yml deleted file mode 100644 index 0c95329..0000000 --- a/.github/workflows/copier-update.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Copier Update - -on: - workflow_dispatch: - schedule: - - cron: "0 5 * * 0" # Weekly on Sundays at 5am UTC - -jobs: - update: - runs-on: blacksmith-2vcpu-ubuntu-2404 - - permissions: - contents: write - pull-requests: write - - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - - uses: actions-ext/copier-update@v0 - with: - token: ${{ secrets.GITHUB_TOKEN }}