actions / create-github-app-token

GitHub Action for creating a GitHub App Installation Access Token
https://github.com/marketplace/actions/create-github-app-token
MIT License
344 stars 47 forks source link

fix: handle clock skew #87

Closed Bo98 closed 9 months ago

Bo98 commented 9 months ago

GitHub's macOS runners for the past while have had some bad clock drift which sometimes prevents this action from working with the error:

'Issued at' claim ('iat') must be an Integer representing the time that the assertion was issued

@octokit/auth-app already has logic to handle this so we can defer to that code.

create-app-token-action-releaser[bot] commented 9 months ago

:tada: This PR is included in version 1.6.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: