diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-27 15:21:35 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-27 15:21:35 +0100 |
commit | 2481da00dcf049c96ee8a46c2b0f0ebd210d8f6c (patch) | |
tree | 7737fb64ea4512e7a3f985d8110f56297b5e5e57 /.composer-auth.json | |
parent | 162954763e6f68e0cf4002822007683bde62fc25 (diff) | |
parent | f06e268fc994cc91b55e390b3609d52e8737623d (diff) | |
download | wallabag-2481da00dcf049c96ee8a46c2b0f0ebd210d8f6c.tar.gz wallabag-2481da00dcf049c96ee8a46c2b0f0ebd210d8f6c.tar.zst wallabag-2481da00dcf049c96ee8a46c2b0f0ebd210d8f6c.zip |
Merge pull request #1731 from wallabag/v2-fix-travis-auth
Fix: #1703: 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..06e8d2f8 --- /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": "73d9411c719a0a56259dbfa16673793b39973091" | ||
6 | } | ||
7 | } | ||