-
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
Use default visibility for GitLab IPLab token #6
Conversation
Whenever a pull-request is created by dependabot, the license check fails with a 401 - Unauthorized. Given that the same check works for normal committers, it is likely that the token is still valid, just inaccessible.
This is your friendly self-service bot. Thank you for raising a pull request to update the configuration of your GitHub organization. The following conditions need to fulfilled for auto-merging to be available:
Otterdog commands and optionsYou can trigger otterdog actions by commenting on this PR:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Thomas Neidhart <[email protected]>
This is your friendly self-service bot. Diff for de55936Organization tools.windowbuilder[id=eclipse-windowbuilder]
there have been 3 validation infos, enable verbose output with '-v' to to display them.
! org_secret[name="GITLAB_API_TOKEN"] {
! selected_repositories = "['windowbuilder']" -> "[]"
! visibility = "selected" -> "public"
! }
Plan: 0 to add, 2 to change, 0 to delete. Warnings
cc @eclipse-windowbuilder/eclipsefdn-security cc @eclipse-windowbuilder/eclipsefdn-releng |
This is your friendly self-service bot. The current configuration is in-sync with the live settings. 🚀 |
This is your friendly self-service bot. The following changes have been successfully applied: Organization tools.windowbuilder[id=eclipse-windowbuilder]
there have been 3 validation infos, enable verbose output with '-v' to to display them.
No changes required. NoteThe pull request was only partially applied as it requires some access to secrets or the Web UI, cc @eclipse-windowbuilder/eclipsefdn-security cc @eclipse-windowbuilder/eclipsefdn-releng |
the change has been applied but I dont think that is the source of the problem. When looking at the dependabot actions you can see that some dependencies are not et vetted which would be expected for some updates introduced by dependabot. |
/otterdog done |
This is your friendly self-service bot. The PR has been marked as being completed. |
As far as I'm aware, the license checker doesn't check the versions of the GitHub actions, just the project dependencies. More specifically, it's this artifact here:
Though you are correct and the execution continues to fail, even with the updated configuration. 🤷 |
I've also created an IPLab issue. Let's hope the error is gone once the dependency has been approved. |
yeah I see the ticket being opened, so ideally we would have a workflow that does that automatically for dependabot PRs (or any PR that changes dependencies). Will see what I can do there. |
fyi: I created now a PR for the default mavenLicenseCheck.yml workflow at eclipse-dash/dash-licenses#372 Please take a look, it should provide more information in case something went wrong. Ideally will also add the functionality to add comments to the PR also for PRs from forks. Atm the PR adds the same information to the job summary, so you dont have the need to browse through the full logs to get the information you need. |
Whenever a pull-request is created by dependabot, the license check fails with a 401 - Unauthorized. Given that the same check works for normal committers, it is likely that the token is still valid, just inaccessible.
See my PR: https://github.com/eclipse-windowbuilder/windowbuilder/actions/runs/10548647503/job/29575348859
And see one from dependabot: https://github.com/eclipse-windowbuilder/windowbuilder/actions/runs/10660680894/job/29575430345