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

Explicitly mask token #13

Closed gr2m closed 1 year ago

gr2m commented 1 year ago

Reading through the code, it wouldn’t hurt to explicitly add a mask for the token. Runner will pattern match against the GitHub token formats it recognizes, but sometimes a new pattern roles out that the runner isn’t updated for yet.

—@joshmgross

See https://github.com/actions/toolkit/tree/main/packages/core#setting-a-secret. Add to end of /main/lib/main.js

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

:tada: This issue has been resolved in version 1.1.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: