diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66fe411..6604cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,8 @@ on: [push, pull_request] jobs: ci: uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main - # secrets: - # Required if you plan to publish (uncomment the below) - # moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} + secrets: + moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} with: disable_behat: true disable_grunt: true diff --git a/version.php b/version.php index 8ed8304..fb22bda 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023082900; -$plugin->release = 2023082900; +$plugin->version = 2023082901; +$plugin->release = 2023082901; $plugin->requires = 2017051500; // Moodle 3.3 for Totara support. $plugin->supported = [35, 401]; // Supports Moodle 3.5 or later. // TODO $plugin->incompatible = ; // Available as of Moodle 3.9.0 or later.