-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Make Action work without old summary path #18
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: zhy76 <958474674@qq.com>
PTAL,Thanks~ @daemon1024 |
Why are the actions failing? |
no permission for github action to push image or report json file to branch gh-page: |
Noting need to check permission denied issues. |
I found why there is no permission for my action bot:peaceiris/actions-gh-pages#339 (comment) |
@zhy76 Yes. But can we add something here such that it works on PRs? |
The PR error is that I don't have push permissions, and I haven't figured out how to fix it unless we have a public store to use as a graph bed. Do you have any suggestions? |
I thought of a way, maybe we can store the files in fork's repository, let me give it a try. |
70e05ed
to
4cef518
Compare
Signed-off-by: zhy76 <958474674@qq.com>
feat: Make Action work without old summary path
Fixes: #17