Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix run-tests action on forks #122

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

wlsnmrk
Copy link
Contributor

@wlsnmrk wlsnmrk commented Sep 29, 2024

The GitHub token in the checkout step for the Tests action isn't required (see, e.g., GoDotLog, other Chickensoft repos). Including it causes the Tests action to fail at that step in forks that don't have a GitHub token configured:

Screenshot 2024-09-29 172416

(See also failing Tests action in #121)

Removing the token allows forks to run the Tests action.

Fix failing run-tests action on forks, by removing the GitHub token
from the checkout step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants