launchdarkly / find-code-references

Find references to feature flags in your code
https://docs.launchdarkly.com/home/code/github-actions
57 stars 16 forks source link

Contribute a default value for `githubToken` input #12

Closed dbeg closed 3 years ago

dbeg commented 3 years ago

A consumer of this action shouldn't need to supply a GitHub token when a default could be used which would still allow consumers to specify a token if needed.

Example from the official GitHub setup-node action: https://github.com/actions/setup-node/blob/main/action.yml#L21

vlymar commented 3 years ago

Thanks for the submission @dbeg. I agree with the recommendation and we'll merge the PR linked to this issue as soon as we have a chance to test it.