-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automatic dependency update workflow fails #578
Labels
bug
Unwanted / harmful behavior
Comments
kaklakariada
added a commit
that referenced
this issue
Jun 3, 2024
This was referenced Jul 25, 2024
This was referenced Sep 21, 2024
This was referenced Sep 28, 2024
This was referenced Oct 5, 2024
This was referenced Oct 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When PK updates workflow files during a dependency update, pushing the changes fails because
workflows
permissions are missing for the workflow. See also https://github.com/exasol/google-cloud-storage-document-files-virtual-schema/actions/runs/9311902315/job/25631964808The workflow
dependencies_update.yml
runs PK fix which potentially updates workflows.Due to restrictions of GitHub permissions it is not possible for a workflow triggered by an event to modify GitHub workflows (see https://github.com/orgs/community/discussions/35410). That's why pushing the changes failed. A workaround would be to use a separate PAT, but this is too much effort.
We decided to skip running PK fix. The user must checkout the branch locally and run PK fix manually.
The text was updated successfully, but these errors were encountered: