You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #24 for an example. After fixing some of the bot's settings so that it didn't crash right away, it does not want to react to my messages to it.
My suspicion is this part:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}# the below token should have repo scope and must be manually added by you in the repository's secretPERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
I'll verify the bot, it worked on other repositories it could be that it's config is not in the default branch? I'll try to make it work and trigger some checks manually.
See #24 for an example. After fixing some of the bot's settings so that it didn't crash right away, it does not want to react to my messages to it.
My suspicion is this part:
Were these tokens set up correctly?
See: https://github.com/contributor-assistant/github-action?tab=readme-ov-file#6-adding-personal-access-token-as-a-secret
The text was updated successfully, but these errors were encountered: