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
381 stars 55 forks source link

fix: check for token before revoking #30

Closed dsanders11 closed 1 year ago

dsanders11 commented 1 year ago

Check before trying to revoke the token, in case the token generation failed. Otherwise the post step will throw an error.

gr2m commented 1 year ago

Failing tests are unrelated. I'll create an issue to address failing CI from forks.

create-app-token-action-releaser[bot] commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket:

parkerbxyz commented 1 year ago

Thanks for this pull request, @dsanders11! ✨