Skip to content

Commit

Permalink
Use default visibility for GitLab IPLab token (#6)
Browse files Browse the repository at this point in the history
* Use default visibility for GitLab IPLab token

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.

* Remove obsolete selected repositories

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>

---------

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
Co-authored-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
ptziegler and netomi authored Sep 2, 2024
1 parent 6ebb4ae commit 722e1a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions otterdog/eclipse-windowbuilder.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ orgs.newOrg('eclipse-windowbuilder') {
],
secrets+: [
orgs.newOrgSecret('GITLAB_API_TOKEN') {
selected_repositories+: [
"windowbuilder"
],
value: "********",
visibility: "selected",
},
],
_repositories+:: [
Expand Down

0 comments on commit 722e1a2

Please sign in to comment.