awesome-emoji-picker
awesome-emoji-picker copied to clipboard
Web-ext lint fails on CI
Bug description
WebExt lint fails.
Steps to reproduce
https://github.com/rugk/awesome-emoji-picker/actions/runs/5760316854/job/15616036996?pr=142
Actual behavior
Fails due to missing (GitHuUb?) token? We could add this, but why does it suddenly require it. See https://github.com/kewisch/action-web-ext/issues/36
Expected behavior
Not fail
System
YAML is here: https://github.com/kewisch/action-web-ext/issues/36
Possible solution
- add token
- fix bug(?) in action why it requires this token (suddenly?)
- Alternatively we could switch to a different action that does the same, https://github.com/marketplace/actions/web-ext-lint seems to be a good one?