Skip to content

Commit

Permalink
Add secrets to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl authored and brendanheywood committed Mar 14, 2024
1 parent d7beba8 commit 9b2526f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 9b2526f

Please sign in to comment.