From 21633e7efb100d7629ebdc19ec0ec1565aac735b Mon Sep 17 00:00:00 2001 From: Benjamin Walker Date: Thu, 14 Mar 2024 14:21:08 +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 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';