Closed ash0x0 closed 3 years ago
Hi @ash0x0, thanks a lot for your contribution. 😄
I will take a look at your PR later this day.
PR #14 got merged! 🥳
Reopening the issue because it will not deploy the latest version until i upgrade the @actions/core package.
I will try to fix it once i got some spare time.
Dependencies got updated, now closing.
Using the current version of this action in
download
mode is deprecated for personal access token authorization, this is in the case of downloading assets from another repository or in general replacing the scopedgithub.token
with a personal access token. The following email is delivered to the associated account when the request is made:This is due to the use of
node-fetch
call in these lines.I believe the workaround is simple enough and will fork, test and PR once I arrive at a fix. Making sure this issues is tracked here including all work that may currently be going into a solution.