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 f8a0419..44a7dc9 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024031400; -$plugin->release = 2024031400; +$plugin->version = 2024031401; +$plugin->release = 2024031401; $plugin->requires = 2015051100; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'local_csp';