From 5fe660ff1c1a4c19555c02d5c4834ba556110b48 Mon Sep 17 00:00:00 2001 From: david adamson Date: Wed, 15 Jan 2025 15:15:24 +1100 Subject: [PATCH] Fix #79 --- .github/workflows/ci.yml | 4 +++- .github/workflows/moodle-release.yml | 21 --------------------- README.md | 2 +- 3 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/moodle-release.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34920ab..35c366d 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 + 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 #