-
Couldn't load subscription status.
- Fork 6
Description
Went through README steps quickly and here were my observations:
(1.) Followed the instructions to run npm install -g github-artifacts-analyzer but didn't seem to exist on npm yet: https://www.npmjs.com/search?q=github-artifacts-analyzer
(2.) Learned that fine-grained tokens appears tow work as well. My memory is the following permissions:
- actions: read
- contents: read
(3.) Found that running github-artifacts analyze out of the box didn't work for me as it was not recognized but npm run analyze worked great.
(4.) When I requested something I probably don't have access to, it gives me zeros back instead of a can't access message. As all zeros is a possible situation, not obvious I ran into an access limitation.