-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
Unable to set up auto-updating of new package #1148
Comments
The issue I'm seeing on our end is this:
Could it be something special you have enabled on your org? |
maybe your organization uses the third-party application access policy features of Github, and you haven't authorized the Packagist github app on your org. |
It might be that we have enabled forced 2FA on the organization after I initially set up the Packagist integration. I can try to re-approve the app and see if that helps. |
@christeredvartsen is your organization using the SAML single sign-on feature of GitHub Enterprise Cloud ? |
Yes, but it has been doing so since we initially set this up a couple of years back. |
The auto-updating of one of our other packages worked a couple of days ago btw, so the only repo that it doesn't work with is the one mentioned above. |
Would love to get this sorted out. I can help debug on the GitHub-organization side if you need me to test something. |
Can you try to set it up manually by using the instructions at |
That seems to be working. Will I have to do this for all our future packages for this org? |
I don't know as I am not sure what is going on here tbh. Not familiar at all with this SAML stuff, and I can't say I have time to dive into it atm. |
Still nowadays having this issue, and no, I don't know about SAML and etc and as @Seldaek told, we don't have time to dive into this. |
Having this issue too, for an organization. Getting "You must connect your user account to github to sync packages.", but I can't connect, as I can't log in as the organization. Edit: I of course have double checked that the installed app on the organization has permissions to access the repo. I can confirm that using the webhook works, and is at this point the simplest fix. |
Based on https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on#about-oauth-apps-github-apps-and-saml-sso, I think you need to have an active Saml SSO session for your organization at the time you ask Packagist to perform a sync. |
I'm struggling to set up auto-updating of the following package:
https://packagist.org/packages/navikt/coding-standard
Packagist have been given access to the org where the repo is. When trying to trigger a manual account sync I'm seeing the following error:
I'm not sure what is going on here. I have other repos in the same org that I have enabled auto-updating on without issues.
The text was updated successfully, but these errors were encountered: