From 6a49a7389db298bfe2d9e8261493aaac119c1603 Mon Sep 17 00:00:00 2001 From: Mathias Kahl <48123921+mk-kialo@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:17:45 +0100 Subject: [PATCH] [docs] added note about access key for automatic releases --- development/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/README.md b/development/README.md index 7e9fc63..12665ae 100644 --- a/development/README.md +++ b/development/README.md @@ -119,6 +119,8 @@ Each time you add new test files, you need to run `development/tests-init.sh` ag ### Automatic Release We use GitHub Actions to automatically create a release whenever a new tag is pushed to the repository. +This requires an [access key](https://moodledev.io/general/community/plugincontribution/pluginsdirectory/api#access-token), +which is configured as a secret in this GitHub repo. To create a new release, follow these steps: