<?php
global $GITEA_TOKEN;
global $CREDENTIALS;

$GITEA_TOKEN = 'token';

$CREDENTIALS = [
    'username' => 'password',
];