Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Feb 25, 2025
1 parent 4ac616d commit 5d1cd15
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions git-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ static function ( $listing, $repos, $type ) {
10,
3
);

add_filter(
'gu_get_auth_header',
static function ( $args, $credentials ) {
error_log( 'Args: ' . var_export( $args, true ) );
error_log( 'Credentials: ' . var_export( $credentials, true ) );
return $args;
},
20,
2
);

0 comments on commit 5d1cd15

Please sign in to comment.