-
Notifications
You must be signed in to change notification settings - Fork 153
Maintenance: package size report failing #991
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
Comments
Dependabot only have Read-only permission (https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/) . Need to investigate what is the best to give only permission to comment (and read https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) |
Okay, so this issue would happen only for dependant's PRs? For PR that come from real users would it work fine? And what about from forks? |
PR from fork won't work neither. But the recommended approach would be to split in 2 flows : one to build and capture all the actions outputs in a dedicated workflow triggered |
Oh I see what you mean, check this PR that I was working a year ago that used data artifacts from one workflow and then used them to do something. Thanks for looking into this! |
But I need to change the way the action work, will propose a fix asap |
yes sorry, didn't mean to say it was a solution, I was just sharing in case it was helpful |
Wanted to leave here some info to keep the issue up to date with the current state of events:
|
|
Released as a part of v1.1.0 |
Bug description
The newly merged "Package size report" step in our CI/CD is currently failing for all executions, see example here.
Expected Behavior
Step should be succeeding and report the size.
Current Behavior
It fails
Possible Solution
N/A
Steps to Reproduce
N/A
Environment
Related issues, RFCs
#878
The text was updated successfully, but these errors were encountered: