edgi-govdata-archiving / overview

🎈 Start here for current projects, how to get involved, and joining community calls, a resource for new and veteran members
GNU General Public License v3.0
118 stars 20 forks source link

Access token param deprecated (labels config) #245

Closed Frijol closed 4 years ago

Frijol commented 4 years ago

We use this process to configure our labels, but it looks like one of the query parameters is deprecated:

Please use the Authorization HTTP header instead, as using the access_token query parameter is deprecated. If this token is being used by an app you don't have control over, be aware that it may stop working as a result of this deprecation.

Visit https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param for more information about suggested workarounds and removal dates.

I haven't looked into this at all, possibly the CLI we use has been updated already to support a new process

Mr0grog commented 4 years ago

Seems like that NPM package isn’t maintained. 😞

“github-label-sync” looks pretty well maintained and very similar in usage. It’s maintained by the Financial Times, so I imagine it’s pretty likely to be around and updated for a long time.

Frijol commented 4 years ago

Thanks for checking into this, sounds like we should switch to that