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
If you take a look at #703, you'll see that the docker container build fails because we receive a 403 when trying to push to the registry.
It's due to the way Github set permissions. If a pull request is created by a member that's not part ot the organization, then it should not have a token with write access permissions to the repo and registries.
If you take a look at #703, you'll see that the docker container build fails because we receive a 403 when trying to push to the registry.
It's due to the way Github set permissions. If a pull request is created by a member that's not part ot the organization, then it should not have a token with write access permissions to the repo and registries.
There is detailed documentation about this here:
We should adapt our Github workflow so that trusted users like Github dependabot can work.
The text was updated successfully, but these errors were encountered: