Conversation
296040f to
f2af7d4
Compare
|
Hi @riebl, can you approve me as contributor for allowing workflow runs? :) |
|
Looks like build & push needs additional permissions to update the runner image. I think it might be a bad practice to update this image globally (i.e. effectively every new PR will push & pull image from the same place), but, unfortunately, I see no other way we may implement this conveniently. @riebl, may you grant package update permission? |
|
I have already checked that the package is linked to this repository. Not sure yet how to solve this issue properly. |
|
Yes, I have the same settings here. Maybe it is a limitation when a pull request triggers an action, but I don't know for sure. |
|
Yeah, I think my branch is foreign to your repository and does not have write permissions :) |
|
I will separate the container creation from the CI: Build container only on push to master branch, run CI on push and pull requests. Then no write access is required when running CI for pull requests. |
|
Okay, the described change is live :-) Please rebase your PR and let's see what will happen! |
fd16fd9 to
3d74d5f
Compare
3bb36e6 to
086aff0
Compare

In progress :)