Skip to content

Commit

Permalink
update to allow usage of project based access tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
schlotze committed Nov 3, 2023
1 parent 6c9e95b commit adde994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class GitlabApiClient {
private static final Logger logger = LoggerFactory.getLogger(GitlabApiClient.class);
private static final DateTimeFormatter formatter = DateTimeFormatter.ISO_DATE_TIME;
private static final ZonedDateTime initialSinceDate = ZonedDateTime.of(2022, 1, 1, 0, 0, 0, 0, ZoneOffset.UTC);
private static final String membershipParam = "&membership=true&owned=true&topic=smartclide";
private static final String membershipParam = "&membership=true&topic=smartclide";
private static final String paginationParam = "&per_page=100";
private static final String refNameParam = "&ref_name=";
private static final String sinceParam = "&since=";
Expand Down

0 comments on commit adde994

Please sign in to comment.