diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-27 11:26:09 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-27 11:26:09 +0100 |
commit | 6daadb6c447757e87c1be9fa6df9917cc834603d (patch) | |
tree | f8d73f2cc2d253b46b125aa72ac0bb7cc7606e69 /.composer-auth.json | |
parent | 162954763e6f68e0cf4002822007683bde62fc25 (diff) | |
download | wallabag-6daadb6c447757e87c1be9fa6df9917cc834603d.tar.gz wallabag-6daadb6c447757e87c1be9fa6df9917cc834603d.tar.zst wallabag-6daadb6c447757e87c1be9fa6df9917cc834603d.zip |
Fix authentication for PR by external contributors
Diffstat (limited to '.composer-auth.json')
-rw-r--r-- | .composer-auth.json | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | { | ||
2 | "github-oauth": { | ||
3 | "github.com": "PLEASE DO NOT USE THIS TOKEN IN YOUR OWN PROJECTS/FORKS", | ||
4 | "github.com": "This token is reserved for testing the wallabag/wallabag repository", | ||
5 | "github.com": "dc690078d5c2effdbc5ca1a6a715ad5e9c075ff1" | ||
6 | } | ||
7 | } | ||