Skip to content

Commit

Permalink
Merge pull request #83 from catalyst/update-workflow
Browse files Browse the repository at this point in the history
Add secrets to workflow
  • Loading branch information
brendanheywood authored Mar 14, 2024
2 parents 68e1275 + 21633e7 commit 9aad97b
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 @@ -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';
Expand Down

0 comments on commit 9aad97b

Please sign in to comment.