-
Notifications
You must be signed in to change notification settings - Fork 207
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
Error: Commit creating failed: {"detail":"You do not have permission to perform this action."}
#1508
Comments
It's also failing with the latest version: 4.5.0. See https://github.com/josecelano-test/pull_request_target/actions/runs/9907290283/job/28115928698#step:1:29
|
Same for me. I'm wondering why in the log the first character of the token isn't masked: For me (https://github.com/gcovr/gcovr/actions/runs/10461552705/job/28970126469) it shows |
We seem to be having the same issue here: uber/h3-py#389 |
We see the same issue in https://github.com/Trusted-AI/adversarial-robustness-toolbox. The new action codecov-action@v4 and secret for Dependabot have worked for the Dependabot-PR updating to codecov-action@v4, but it seems not to work for PRs already opened by Dependabot before upgrading to codecov-action@v4. I have not yet observed new Dependabot PRs and if codecov-action@v4 would work there. |
@josecelano we made some changes to the backend, do you mind trying v4 again? |
Hi @thomasrockhu-codecov, I've tried to re-try the workflow execution but now I have an error in the cargo build command. It seems one of the Rust flags I'm using was removed in the meantime. And the action I use to generate the coverage data looks unmaintained, too :-( https://github.com/alekitto/grcov I need to fix all those issues to recheck. The error:
|
Oh geez, sorry to see that @josecelano. To be honest I'm not a rust developer, so I'm really not sure how to help, but let me know if there is something I can do |
Hi @thomasrockhu-codecov I've created a new workflow in my sample project: In the lastest workflow execution, the report was generated successfully, and it was also uploaded to codecov: https://github.com/josecelano-test/pull_request_target/actions/runs/11690464665/job/32555468619 However, the repot page on codecov is empty: I'm trying to generate the report without using a GitHub action. I can see the report locally in HTML format, this is the coverage info I'm uploading:
|
@josecelano are you running this as a pull_request or push event? I see |
I'm using a token, but I'm getting this error:
The workflow: https://github.com/josecelano-test/pull_request_target/blob/develop/.github/workflows/upload_coverage_pr.yaml#L104-L119
I have another workflow using version 3, and it works:
https://github.com/josecelano-test/pull_request_target/blob/develop/.github/workflows/coverage.yaml#L78-L85
The text was updated successfully, but these errors were encountered: