Update deprecated query parameter to header (#18705)
commit75a7ff235acef8c89da3bc3511773c9843c042f5
authorMatt Sylvia <msylvia@nukefile.net>
Tue, 4 Feb 2020 21:57:46 +0000 (4 16:57 -0500)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 4 Feb 2020 21:59:10 +0000 (4 22:59 +0100)
tree52f45cfb10206ab7e1deb673d56a4bf8f6506dfc
parent05dc198dfc784e0f36849b4c067a5d37380c460c
Update deprecated query parameter to header (#18705)

Use of `access_token` is now deprecated, switching to HTTP header

```
Please use the Authorization HTTP header instead, as using the `access_token` query parameter is deprecated.
```

(cherry picked from commit 2f74ab393fe23fd09f80f9f1e87a1b7b5ae4ba8e)
scripts/ci/util.sh