From 2f0e5a0683b1c43870c2ff8032e0dd74f0de3cc4 Mon Sep 17 00:00:00 2001 From: Benjamin Walker Date: Thu, 14 Mar 2024 14:27:15 +1000 Subject: [PATCH] Add secrets to workflow --- .github/workflows/ci.yml | 2 ++ version.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef23d2d..efb8d3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,5 +6,7 @@ on: [push, pull_request] jobs: ci: uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + secrets: + moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} with: disable_behat: true diff --git a/version.php b/version.php index 9c49fb4..d9ecfcf 100644 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024031400; // The current plugin version (Date: YYYYMMDDXX) -$plugin->release = 2024031400; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2024031401; // The current plugin version (Date: YYYYMMDDXX) +$plugin->release = 2024031401; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2016021800; // Requires this Moodle version. $plugin->supported = [34, 401]; $plugin->component = 'tool_crawler'; // To check on upgrade, that module sits in correct place.