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 a8fe931..7934fc1 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2023020700; -$plugin->release = 2020091100; // Match release exactly to version. +$plugin->version = 2023020701; +$plugin->release = 2023020701; // Match release exactly to version. $plugin->requires = 2016052300; $plugin->component = 'tool_securityquestions'; $plugin->maturity = MATURITY_STABLE;