diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml deleted file mode 100644 index 3164fd138e..0000000000 --- a/.github/workflows/cron.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Cron -on: - workflow_dispatch: - schedule: - - cron: '*/5 * * * *' - -jobs: - cron: - runs-on: ubuntu-latest - steps: - - uses: backstage/actions/cron@v0.6.3 - with: - app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} - private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} - installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }}