diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd6546a..ed23eb22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,3 +6,5 @@ on: [push, pull_request] jobs: ci: uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + secrets: + moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} diff --git a/.github/workflows/moodle-release.yml b/.github/workflows/moodle-release.yml deleted file mode 100644 index 5d251fbc..00000000 --- a/.github/workflows/moodle-release.yml +++ /dev/null @@ -1,17 +0,0 @@ -# .github/workflows/moodle-release.yml -name: Releasing in the Plugins directory - -on: - push: - branches: - - MOODLE_310_STABLE - paths: - - 'version.php' - -jobs: - release: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-release.yml@main - with: - plugin_name: tool_objectfs - secrets: - moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} diff --git a/README.md b/README.md index 9e1ce76e..b6ffafe2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ - - - +![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/catalyst/moodle-tool_objectfs/ci.yml?branch=MOODLE_402_STABLE&label=ci) # moodle-tool_objectfs