Skip to content

Releases: peter-murray/workflow-application-token-action

v4.0.0

15 Oct 14:28
8e4e6fb
Compare
Choose a tag to compare

What's Changed

  • Typescript by @peter-murray in #42

  • Change to TypeScript for the implementation

  • Test framework switched to vitest

  • Proxy implementation switched over to undici fetch and proxy agent

Full Changelog: v3.0.1...v4.0.0

v3.0.1

11 Oct 15:51
baa1ef2
Compare
Choose a tag to compare
  • Switches back to the legacy Node.js url.parse() for URL parsing as @vercel/ncc appears to be messing up the call and resulting in a TypeError: a is not a constructor errors
  • Libraries incrementally updated

v3.0.0

29 Jan 16:53
dc04139
Compare
Choose a tag to compare

What's Changed

  • Updated libraries to latest version
  • Introduced a new input parameter revoke_token that will utilize a post job step to revoke the token, defaults to false to prevserve backwards compatibility
  • Updated to Node.js 20 for the actions runtime

Full Changelog: v2.1.0...v3.0.0

v2.1.0

12 Oct 09:31
8e1ba3b
Compare
Choose a tag to compare

v2.0.0

11 Sep 18:13
7b0e459
Compare
Choose a tag to compare
  • Updated to node 16 for actions runtime
  • Updated @actions/core to 1.9.1
  • Added http proxy support

v1.4.0

12 Oct 09:35
e8782d6
Compare
Choose a tag to compare
  • Added support for input github_api_base_urlto be able to inject the base URl for the GitHub API as an input parameter to the action

v1.0.3

28 Jul 17:49
e8782d6
Compare
Choose a tag to compare
  • Updated dependencies
  • On failure prints stack trace to provide further diagnostics

v1.3.0

14 Oct 14:17
Compare
Choose a tag to compare
  • Added support for permissions to allow requester to lower the access permissions on the token from that of the GitHub Application, providing better security in cases where you do not need full access of the underlying GitHub Application.
  • Added License - MIT
  • Added Security Policy

v1.1

11 Aug 11:29
e3245d2
Compare
Choose a tag to compare

Adds the ability to use organization installed GitHub Applications (above the existing repository installed ones).

v1.0.2

08 Apr 09:18
Compare
Choose a tag to compare
  • Updating error handling where missing parameters fell outside of try/catch validation.
  • Updating ncc version