Commit Graph

12 Commits (aabe026707e29d4e637a7b4c5f23741732b08c46)

Author SHA1 Message Date
Thomas Boop c6fd00ceb9
Swap to env files ()
* Swap to env files

* revert to old method for tests

* disable executing of commands during tests

* bump package.json @actions/core version
Bryan MacFarlane e434342e4e
download from node-versions and fallback to node dist ()
* download LTS versions from releases

* support upcoiming ghes 

Co-authored-by: eric sciple <ericsciple@users.noreply.github.com>
eric sciple 83c9f7a7df
Update tool-cache for download retries ()
eric sciple 1c5c1375b3
consume getJson function for better error messages ()
eric sciple d123f10543
follow proxy settings ()
dependabot[bot] 1ba3bc7e28 Bump lodash from 4.17.11 to 4.17.15 ()
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
Danny McCormick 3d792c1dbd
Consume toolkit from npmjs ()
damccorm a0c716db3e Make typed-rest-client dependency explicit
Danny McCormick 78148dae50
Add auth support ()
* Updates

* Update

* Update

* Update

* Update

* Yarn sometimes prefers npmrc, so use same token

* Description

* Update readme

* Feedback

* Add type

* new toolkit and scoped registries

* npmrc in RUNNER_TEMP

* Dont always auth

* Try exporting blank token

* Get auth working for now pending runner changes

* Fix string interpolation for auth token.

* Don't export both userconfigs

* Update authutil.js

* Add single quotes for authString

* Fix the registry string.

* Use userconfig and append trailing slash

* Keep in root of repo

* Try just adding auth token

* Remove auth token

* Try changes again

* Add tests

* Npm and GPR samples

* Add types
Danny McCormick 213c968cb9
Update io ()
Danny McCormick 9580326150 Add correct tool-cache
Chris Patterson 9bb7038a07 Initial Import