diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-27 14:07:04 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-27 14:07:04 +0100 |
commit | f06e268fc994cc91b55e390b3609d52e8737623d (patch) | |
tree | 7737fb64ea4512e7a3f985d8110f56297b5e5e57 | |
parent | 6daadb6c447757e87c1be9fa6df9917cc834603d (diff) | |
download | wallabag-f06e268fc994cc91b55e390b3609d52e8737623d.tar.gz wallabag-f06e268fc994cc91b55e390b3609d52e8737623d.tar.zst wallabag-f06e268fc994cc91b55e390b3609d52e8737623d.zip |
Replace token by a no scope one
-rw-r--r-- | .composer-auth.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.composer-auth.json b/.composer-auth.json index 3f3f20b2..06e8d2f8 100644 --- a/.composer-auth.json +++ b/.composer-auth.json | |||
@@ -2,6 +2,6 @@ | |||
2 | "github-oauth": { | 2 | "github-oauth": { |
3 | "github.com": "PLEASE DO NOT USE THIS TOKEN IN YOUR OWN PROJECTS/FORKS", | 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", | 4 | "github.com": "This token is reserved for testing the wallabag/wallabag repository", |
5 | "github.com": "dc690078d5c2effdbc5ca1a6a715ad5e9c075ff1" | 5 | "github.com": "73d9411c719a0a56259dbfa16673793b39973091" |
6 | } | 6 | } |
7 | } | 7 | } |