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
When a Typst project is connected to a GitHub repository with GitHub action files, it is not possible to edit these files in Typst: an Internal server error toast is shown when trying to push the changes.
By looking at the logs, this error is sent by GitHub:
One or more branches were not updated:
- refs/heads/main: refusing to allow an OAuth App to create or update workflow `.github/workflows/build.yml` without `workflow` scope"
I don't think we should add the "workflow" scope to the permissions of the OAuth app. But we should show this specific error message in the toast. Another option would be to make the CI files read-only, with an informative message on why this is so.
Reproduction URL
No response
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered:
Description
When a Typst project is connected to a GitHub repository with GitHub action files, it is not possible to edit these files in Typst: an
Internal server error
toast is shown when trying to push the changes.By looking at the logs, this error is sent by GitHub:
I don't think we should add the "workflow" scope to the permissions of the OAuth app. But we should show this specific error message in the toast. Another option would be to make the CI files read-only, with an informative message on why this is so.
Reproduction URL
No response
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered: