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
Using v0.7.1 with our PAT, the checks succeed. Using v0.7.4 they fail with:
level=fatal msg="while checking if 'owners' checker is satisfied: missing scopes: \"read:org\""
Obviously the token has the permissions is needs, and it is configured with read:org scope, so I don't know why it is failing.
This works:
- uses: mszostok/[email protected]name: "Full check of CODEOWNERS"with:
checks: "syntax,owners,duppatterns"owner_checker_allow_unowned_patterns: "false"# GitHub access token is required only if the `owners` check is enabledgithub_access_token: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
changing 0.7.1 to 0.7.4 fails with the above error.
The text was updated successfully, but these errors were encountered:
Using v0.7.1 with our PAT, the checks succeed. Using v0.7.4 they fail with:
Obviously the token has the permissions is needs, and it is configured with
read:org
scope, so I don't know why it is failing.This works:
changing
0.7.1
to0.7.4
fails with the above error.The text was updated successfully, but these errors were encountered: