From 15331da389e7149301a31a1858b129b1ae8ed35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 18 Mar 2023 22:17:28 +0100 Subject: [PATCH] Removed actions updater workflow, as it is not compatiblee with our auto generated jekyll page build action --- .github/workflows/actions_updater.yaml | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/actions_updater.yaml diff --git a/.github/workflows/actions_updater.yaml b/.github/workflows/actions_updater.yaml deleted file mode 100644 index d842194c..00000000 --- a/.github/workflows/actions_updater.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: GitHub Actions Version Updater - -# Controls when the action will run. -on: - push: - branches: - - 'master' - schedule: - # Automatically run on every Sunday - - cron: '0 0 * * 0' - - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - with: - # [Required] Access token with `workflow` scope. - token: ${{ secrets.WORKFLOW_SECRET }} - - - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.4 - with: - # [Required] Access token with `workflow` scope. - token: ${{ secrets.WORKFLOW_SECRET }} \ No newline at end of file