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 e61a2cb commit 2f0e5a0
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,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
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
defined('MOODLE_INTERNAL') || die();


$plugin->version = 2024031400; // The current plugin version (Date: YYYYMMDDXX)
$plugin->release = 2024031400; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2024031401; // The current plugin version (Date: YYYYMMDDXX)
$plugin->release = 2024031401; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2016021800; // Requires this Moodle version.
$plugin->supported = [34, 401];
$plugin->component = 'tool_crawler'; // To check on upgrade, that module sits in correct place.
Expand Down

0 comments on commit 2f0e5a0

Please sign in to comment.