Skip to content

Commit da6fe61

Browse files
author
dustinhuynh
committed
Fix up ci.yml WR-468063
1 parent a1f17bb commit da6fe61

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ on: [push, pull_request]
55

66
jobs:
77
ci:
8-
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
8+
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9+
secrets:
10+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
defined('MOODLE_INTERNAL') || die;
2626

27-
$plugin->version = 2022081901; // The current plugin version (Date: YYYYMMDDXX).
28-
$plugin->release = 2022081901; // Match release exactly to version.
27+
$plugin->version = 2022081902; // The current plugin version (Date: YYYYMMDDXX).
28+
$plugin->release = 2022081902; // Match release exactly to version.
2929
$plugin->requires = 2017051500; // Requires Moodle 3.3 version.
3030
$plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics).
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->supported = [33, 401]; // A range of branch numbers of supported moodle versions.
32+
$plugin->supported = [33, 405]; // A range of branch numbers of supported moodle versions.

0 commit comments

Comments
 (0)