gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

Replace deprecated Authorisation method #836

Closed d47853 closed 4 years ago

d47853 commented 4 years ago

When updating Github as part of a release, we make use of the Github API. To authenticate we use a Github Token. However the way in which we use the token is deprecated. See here for more detail: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/

Solution should be the same as the one in Gaffer in Gaffer at https://github.com/gchq/Gaffer/pull/2272

mitchell-frost commented 4 years ago

Can I work on this?

d47853 commented 4 years ago

@mitchell-frost yeah of course

d47853 commented 4 years ago

Merged into develop