diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fa582e..5b410ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: [push, pull_request] jobs: test: uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + secrets: + moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} with: disable_behat: true disable_phpdoc: true diff --git a/version.php b/version.php index ef014ee..8029999 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_trigger'; -$plugin->version = 2024031400; -$plugin->release = 2024031400; // Match release exactly to version. +$plugin->version = 2024031401; +$plugin->release = 2024031401; // Match release exactly to version. $plugin->requires = 2021051701; $plugin->supported = [311, 401]; $plugin->maturity = MATURITY_STABLE;