Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 20:02
· 397 commits to master since this release
v2.0.1

Changelog for 2.0.1

The following sections list the changes for 2.0.1.

Summary

  • Fix #185: Improve parsing of private key for GitHub app

Details

  • Bugfix #185: Improve parsing of private key for GitHub app

    Previously we always checked if a file with the value exists if a private key for GitHub app
    authentication have been provided, now I have switched it to try to base64 decode the string
    first, and try to load the file afterwards which works more reliable and avoids leaking the
    private key into the log output.

    #185