From 7fba7166e7ad81819d6930b9c223c077f8bd5811 Mon Sep 17 00:00:00 2001 From: Ethan Clevenger Date: Sat, 6 Nov 2021 17:11:55 -0700 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9513600..811d146 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,8 +2,8 @@ name: Updater # Run this workflow twice daily on: - # schedule: - # - cron: '0 */12 * * *' + schedule: + - cron: '0 */12 * * *' workflow_dispatch: inputs: name: @@ -11,7 +11,7 @@ on: required: false env: - PACKAGE_SLUG: advanced-custom-fields-pro + PACKAGE_SLUG: kinsta-mu-plugins jobs: # Set the job key. The key is displayed as the job name @@ -30,7 +30,7 @@ jobs: # Fetch latest version - name: Fetch - run: wget 'https://privateplugin.example&k=${{secrets.PLUGIN_KEY}}' -O package.zip + run: wget 'https://kinsta.com/kinsta-tools/kinsta-mu-plugins.zip' -O package.zip # PHP - name: 'Setup PHP'