diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ecd6546a..b05968ee 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 044d2e56..2b7e658c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
-
+
+
# moodle-tool_objectfs