From f89ee685a4070fb9767898a09d9f1d1fa99111f7 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Mon, 25 Feb 2019 12:07:04 +0100
Subject: [PATCH] docs: github actions limitation

---
 website/docs/configuration-options.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md
index b468aedd6c..d447b79943 100644
--- a/website/docs/configuration-options.md
+++ b/website/docs/configuration-options.md
@@ -231,6 +231,8 @@ The primary use case for this option is if you are following a pre-release tag o
 
 ## github-actions
 
+**Important note**: For security reasons, GitHub has blocked integrations/apps from editing GitHub Actions workflow files in _any_ branch, so this only works on GitHub if using a Personal Access Token.
+
 Add to this configuration setting if you need to override any of the GitHub Actions default settings. Use the `docker` config object instead if you wish for configuration to apply across all Docker-related package managers.
 
 ## gitlabci
-- 
GitLab