From 6daadb6c447757e87c1be9fa6df9917cc834603d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 27 Feb 2016 11:26:09 +0100 Subject: Fix authentication for PR by external contributors --- .composer-auth.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .composer-auth.json (limited to '.composer-auth.json') diff --git a/.composer-auth.json b/.composer-auth.json new file mode 100644 index 00000000..3f3f20b2 --- /dev/null +++ b/.composer-auth.json @@ -0,0 +1,7 @@ +{ + "github-oauth": { + "github.com": "PLEASE DO NOT USE THIS TOKEN IN YOUR OWN PROJECTS/FORKS", + "github.com": "This token is reserved for testing the wallabag/wallabag repository", + "github.com": "dc690078d5c2effdbc5ca1a6a715ad5e9c075ff1" + } +} -- cgit v1.2.3