Skip to content

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

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...v4.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

v1.0.1

14 Dec 18:59
Compare
Choose a tag to compare
  • Updating dependencies
  • Minification of distribution JavaScript
  • Display token permissions in logs

v1.0.0

28 Jul 17:50
Compare
Choose a tag to compare

Initial GitHub Actions Marketplace release.