diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34920ab..62d7d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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_phpcpd: true diff --git a/.github/workflows/moodle-release.yml b/.github/workflows/moodle-release.yml deleted file mode 100644 index fc2b86b..0000000 --- a/.github/workflows/moodle-release.yml +++ /dev/null @@ -1,21 +0,0 @@ -# -# Whenever version.php is changed, add the latest version -# to the Moodle Plugins directory at https://moodle.org/plugins -# -name: master - Releasing in the Plugins directory - -on: - push: - branches: - - master - paths: - - 'version.php' - -jobs: - workflow_group_34_plus_release: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-34-plus-release.yml@main - with: - plugin_name: fileconverter_librelambda - extra_plugin_runners: 'moodle-plugin-ci add-plugin catalyst/moodle-local_aws' - secrets: - moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} diff --git a/README.md b/README.md index 77eafdb..2feb857 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/catalyst/moodle-fileconverter_librelambda/ci.yml?branch=master) +[![ci](https://github.com/catalyst/moodle-fileconverter_librelambda/actions/workflows/ci.yml/badge.svg?branch=MOODLE_405_STABLE)](https://github.com/catalyst/moodle-fileconverter_librelambda/actions/workflows/ci.yml?branch=MOODLE_405_STABLE) # Libre Lambda Document Converter #