Skip to content

Commit 9b2526f

Browse files
bwalkerlbrendanheywood
authored andcommitted
Add secrets to workflow
1 parent d7beba8 commit 9b2526f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on: [push, pull_request]
66
jobs:
77
test:
88
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9+
secrets:
10+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
911
with:
1012
disable_behat: true
1113
disable_phpdoc: true

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'tool_trigger';
28-
$plugin->version = 2024031400;
29-
$plugin->release = 2024031400; // Match release exactly to version.
28+
$plugin->version = 2024031401;
29+
$plugin->release = 2024031401; // Match release exactly to version.
3030
$plugin->requires = 2021051701;
3131
$plugin->supported = [311, 401];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)